Implemented interface member:
15 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)
587exceptionTags.Add(new KeyValuePair<string, object?>(ExceptionMessageTag, exception.Message)); 592exceptionTags.Add(new KeyValuePair<string, object?>(ExceptionStackTraceTag, exception.ToString())); 597exceptionTags.Add(new KeyValuePair<string, object?>(ExceptionTypeTag, exception.GetType().ToString()));
System\Diagnostics\Metrics\TagList.netcore.cs (2)
93Add(new KeyValuePair<string, object?>(key, value)); 176Add(item);