4 instantiations of RoutingMetrics
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Microsoft.AspNetCore.Routing.Tests (3)
15 references to RoutingMetrics
Microsoft.AspNetCore.Routing (3)
Microsoft.AspNetCore.Routing.Microbenchmarks (1)
Microsoft.AspNetCore.Routing.Tests (11)
RoutingMetricsTests.cs (9)
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);
161var metrics = new RoutingMetrics(meterFactory ?? new TestMeterFactory());