You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitAtSmsPortal edited this page Dec 18, 2017
·
2 revisions
This feature is enabled by default and cannot be disabled at present.
This includes the metric type as part of the unique name identifier.
The benefit of this feature is seen when reporting.
The name of the metric will be post-fixed with the type of the metric.
var meter = Metric.Meter("myMeter", Unit.None); // seen as myMeter.meter
var counter = Metric.Counter("myCounter", Unit.None); // seen as myCounter.counter