4 references to TelemetryServerAddress
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\HttpConnectionBase.cs (2)
72
Debug.Assert(_pool.
TelemetryServerAddress
is not null, "TelemetryServerAddress should not be null when System.Diagnostics.Metrics.Meter.IsSupported is true.");
77
_pool.
TelemetryServerAddress
,
System\Net\Http\SocketsHttpHandler\Metrics\SocketsHttpHandlerMetrics.cs (2)
50
Debug.Assert(pool.
TelemetryServerAddress
is not null, "TelemetryServerAddress should not be null when System.Diagnostics.Metrics.Meter.IsSupported is true.");
51
tags.Add("server.address", pool.
TelemetryServerAddress
);