Implemented interface member:
20 references to Add
Aspire.Confluent.Kafka (5)
MetricsService.cs (1)
50tags.Add(new KeyValuePair<string, object?> (Tags.Type, statistics.Type));
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedConsumer.cs (2)
296tags.Add( 304tags.Add(
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedProducer.cs (2)
294tags.Add( 302tags.Add(
Microsoft.AspNetCore.Diagnostics (1)
src\Shared\Metrics\MetricsExtensions.cs (1)
101tags.Add(new KeyValuePair<string, object?>(name, value));
Microsoft.AspNetCore.Hosting (2)
Internal\HostingMetrics.cs (1)
79tags.Add(customTags[i]);
src\Shared\Metrics\MetricsExtensions.cs (1)
101tags.Add(new KeyValuePair<string, object?>(name, value));
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\KestrelMetrics.cs (1)
128tags.Add(customTags[i]);
src\Shared\Metrics\MetricsExtensions.cs (1)
101tags.Add(new KeyValuePair<string, object?>(name, value));
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Activity.cs (3)
590exceptionTags.Add(new KeyValuePair<string, object?>(ExceptionMessageTag, exception.Message)); 595exceptionTags.Add(new KeyValuePair<string, object?>(ExceptionStackTraceTag, exception.ToString())); 600exceptionTags.Add(new KeyValuePair<string, object?>(ExceptionTypeTag, exception.GetType().ToString()));
System\Diagnostics\Metrics\TagList.netcore.cs (2)
93Add(new KeyValuePair<string, object?>(key, value)); 180Add(item);
System.Net.Http (5)
System\Net\Http\Metrics\MetricsHandler.cs (1)
152tags.Add(DiagnosticsHelper.GetMethodTag(request.Method, out _));
System\Net\Http\SocketsHttpHandler\Metrics\ConnectionMetrics.cs (3)
57tags.Add(GetStateTag(idle: true)); 73tags.Add(GetStateTag(idle: _currentlyIdle)); 84tags.Add(GetStateTag(idle: !idle));
System\Net\Http\SocketsHttpHandler\Metrics\SocketsHttpHandlerMetrics.cs (1)
58tags.Add(DiagnosticsHelper.GetMethodTag(request.Method, out _));