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>(