12 references to Add
Aspire.Confluent.Kafka (3)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedConsumer.cs (1)
315ConfluentKafkaCommon.ReceiveMessagesCounter.Add(1, in tags);
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedProducer.cs (2)
313ConfluentKafkaCommon.PublishMessagesCounter.Add(1, in tags); 321ConfluentKafkaCommon.PublishMessagesCounter.Add(1, in tags);
Microsoft.AspNetCore.Authentication.Core (4)
AuthenticationMetrics.cs (4)
114_challengeCount.Add(1, tags); 140_forbidCount.Add(1, tags); 166_signInCount.Add(1, tags); 192_signOutCount.Add(1, tags);
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);