9 references to MeterName
Microsoft.AspNetCore.Routing (1)
RoutingMetrics.cs (1)
21_meter = meterFactory.Create(MeterName);
Microsoft.AspNetCore.Routing.Tests (8)
RoutingMetricsTests.cs (8)
38using var routingMatchAttemptsCollector = new MetricCollector<long>(meterFactory, RoutingMetrics.MeterName, "aspnetcore.routing.match_attempts"); 44Assert.Equal(RoutingMetrics.MeterName, meter.Name); 72using var routingMatchAttemptsCollector = new MetricCollector<long>(meterFactory, RoutingMetrics.MeterName, "aspnetcore.routing.match_attempts"); 78Assert.Equal(RoutingMetrics.MeterName, meter.Name); 99using var routingMatchAttemptsCollector = new MetricCollector<long>(meterFactory, RoutingMetrics.MeterName, "aspnetcore.routing.match_attempts"); 105Assert.Equal(RoutingMetrics.MeterName, meter.Name); 123using var routingMatchAttemptsCollector = new MetricCollector<long>(meterFactory, RoutingMetrics.MeterName, "aspnetcore.routing.match_attempts"); 129Assert.Equal(RoutingMetrics.MeterName, meter.Name);