Named Metric Types - GitAtSmsPortal/Metrics.NET GitHub Wiki

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