9 references to RegisterCheckpointNames
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Latency\RequestLatencyTelemetryServiceCollectionExtensions.cs (1)
28.RegisterCheckpointNames(RequestCheckpointConstants.RequestCheckpointNames);
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
Latency\AcceptanceTests.cs (1)
37.RegisterCheckpointNames(new[] { checkpointName })
Microsoft.Extensions.Http.Diagnostics (1)
Latency\HttpClientLatencyTelemetryExtensions.cs (1)
31_ = services.RegisterCheckpointNames(HttpCheckpoints.Checkpoints);
Microsoft.Extensions.Telemetry.Abstractions.Tests (4)
Latency\LatencyRegistryExtensionsTests.cs (4)
17() => LatencyRegistryServiceCollectionExtensions.RegisterCheckpointNames(new ServiceCollection(), null!)); 19() => LatencyRegistryServiceCollectionExtensions.RegisterCheckpointNames(null!, new string[0])); 33Assert.Throws<ArgumentException>(() => LatencyRegistryServiceCollectionExtensions.RegisterCheckpointNames(new ServiceCollection(), "")); 69services.RegisterCheckpointNames(new[] { "ca" });
Microsoft.Extensions.Telemetry.Tests (2)
Latency\Internal\LatencyContextTests.cs (2)
159.RegisterCheckpointNames(TokenName) 266.RegisterCheckpointNames(TokenName)