1 write to _meter
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
40_meter = meterFactory.Create(MeterName);
8 references to _meter
Microsoft.AspNetCore.Server.Kestrel.Core (8)
Internal\Infrastructure\KestrelMetrics.cs (8)
42_activeConnectionsCounter = _meter.CreateUpDownCounter<long>( 47_connectionDuration = _meter.CreateHistogram<double>( 53_rejectedConnectionsCounter = _meter.CreateCounter<long>( 58_queuedConnectionsCounter = _meter.CreateUpDownCounter<long>( 63_queuedRequestsCounter = _meter.CreateUpDownCounter<long>( 68_currentUpgradedRequestsCounter = _meter.CreateUpDownCounter<long>( 73_tlsHandshakeDuration = _meter.CreateHistogram<double>( 79_activeTlsHandshakesCounter = _meter.CreateUpDownCounter<long>(