2 references to NullLatencyContext
Microsoft.Extensions.Telemetry.Abstractions (2)
Latency\NullLatencyContextServiceCollectionExtensions.cs (2)
26
services.TryAddSingleton<ILatencyContextProvider,
NullLatencyContext
>();
27
services.TryAddSingleton<ILatencyContextTokenIssuer,
NullLatencyContext
>();