1 write to _meter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
39_meter = meterFactory.Create(MeterName);
8 references to _meter
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Infrastructure\KestrelMetrics.cs (8)
41_activeConnectionsCounter = _meter.CreateUpDownCounter<long>( 46_connectionDuration = _meter.CreateHistogram<double>( 52_rejectedConnectionsCounter = _meter.CreateCounter<long>( 57_queuedConnectionsCounter = _meter.CreateUpDownCounter<long>( 62_queuedRequestsCounter = _meter.CreateUpDownCounter<long>( 67_currentUpgradedRequestsCounter = _meter.CreateUpDownCounter<long>( 72_tlsHandshakeDuration = _meter.CreateHistogram<double>( 78_activeTlsHandshakesCounter = _meter.CreateUpDownCounter<long>(