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);