4 references to Add
Microsoft.AspNetCore.Diagnostics (1)
DiagnosticsMetrics.cs (1)
48_handlerExceptionCounter.Add(1, tags);
Microsoft.AspNetCore.RateLimiting (2)
RateLimitingMetrics.cs (2)
65_requestsCounter.Add(1, tags); 113_requestsCounter.Add(1, tags);
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\KestrelMetrics.cs (1)
150_rejectedConnectionsCounter.Add(1, tags);