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