5 references to Add
Microsoft.AspNetCore.Diagnostics (1)
DiagnosticsMetrics.cs (1)
48
_handlerExceptionCounter.
Add
(1, tags);
Microsoft.AspNetCore.RateLimiting (2)
RateLimitingMetrics.cs (2)
68
_requestsCounter.
Add
(1, tags);
116
_requestsCounter.
Add
(1, tags);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
163
_rejectedConnectionsCounter.
Add
(1, tags);
Stress.ApiService (1)
TestMetrics.cs (1)
58
_counter.
Add
(value, in tags);