Implemented interface member:
16 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\aspnetcore\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\aspnetcore\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)
139tags.Add(customTags[i]);
src\aspnetcore\src\Shared\Metrics\MetricsExtensions.cs (1)
101tags.Add(new KeyValuePair<string, object?>(name, value));
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Activity.cs (3)
596exceptionTags.Add(new KeyValuePair<string, object?>(ExceptionMessageTag, exception.Message)); 601exceptionTags.Add(new KeyValuePair<string, object?>(ExceptionStackTraceTag, exception.ToString())); 606exceptionTags.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 (1)
System\Net\Http\SocketsHttpHandler\Metrics\SocketsHttpHandlerMetrics.cs (1)
194tags.Add(DiagnosticsHelper.GetMethodTag(request.Method, out _));