11 references to MeterName
Microsoft.AspNetCore.Routing (1)
RoutingMetrics.cs (1)
22_meter = meterFactory.Create(MeterName);
Microsoft.AspNetCore.Routing.Tests (10)
RoutingMetricsTests.cs (10)
38using var routingMatchAttemptsCollector = new MetricCollector<long>(meterFactory, RoutingMetrics.MeterName, "aspnetcore.routing.match_attempts"); 44Assert.Equal(RoutingMetrics.MeterName, meter.Name); 66using var routingMatchAttemptsCollector = new MetricCollector<long>(meterFactory, RoutingMetrics.MeterName, "aspnetcore.routing.match_attempts"); 72Assert.Equal(RoutingMetrics.MeterName, meter.Name); 100using var routingMatchAttemptsCollector = new MetricCollector<long>(meterFactory, RoutingMetrics.MeterName, "aspnetcore.routing.match_attempts"); 106Assert.Equal(RoutingMetrics.MeterName, meter.Name); 127using var routingMatchAttemptsCollector = new MetricCollector<long>(meterFactory, RoutingMetrics.MeterName, "aspnetcore.routing.match_attempts"); 133Assert.Equal(RoutingMetrics.MeterName, meter.Name); 151using var routingMatchAttemptsCollector = new MetricCollector<long>(meterFactory, RoutingMetrics.MeterName, "aspnetcore.routing.match_attempts"); 157Assert.Equal(RoutingMetrics.MeterName, meter.Name);