1 instantiation of TelemetryOptions
blazor-gateway (1)
BlazorGatewayOptions.cs (1)
18
public TelemetryOptions Telemetry { get; set; } =
new
();
2 references to TelemetryOptions
blazor-gateway (2)
BlazorGateway.cs (1)
123
private static IHostApplicationBuilder ConfigureOpenTelemetry(this IHostApplicationBuilder builder, BlazorGatewayOptions.
TelemetryOptions
telemetry)
BlazorGatewayOptions.cs (1)
18
public
TelemetryOptions
Telemetry { get; set; } = new();