Implemented interface member:
15 references to Add
Aspire.Confluent.Kafka (5)
MetricsService.cs (1)
50
tags.
Add
(new KeyValuePair<string, object?> (Tags.Type, statistics.Type));
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedConsumer.cs (2)
296
tags.
Add
(
304
tags.
Add
(
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedProducer.cs (2)
294
tags.
Add
(
302
tags.
Add
(
Microsoft.AspNetCore.Diagnostics (1)
src\Shared\Metrics\MetricsExtensions.cs (1)
101
tags.
Add
(new KeyValuePair<string, object?>(name, value));
Microsoft.AspNetCore.Hosting (2)
Internal\HostingMetrics.cs (1)
79
tags.
Add
(customTags[i]);
src\Shared\Metrics\MetricsExtensions.cs (1)
101
tags.
Add
(new KeyValuePair<string, object?>(name, value));
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\KestrelMetrics.cs (1)
128
tags.
Add
(customTags[i]);
src\Shared\Metrics\MetricsExtensions.cs (1)
101
tags.
Add
(new KeyValuePair<string, object?>(name, value));
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Activity.cs (3)
587
exceptionTags.
Add
(new KeyValuePair<string, object?>(ExceptionMessageTag, exception.Message));
592
exceptionTags.
Add
(new KeyValuePair<string, object?>(ExceptionStackTraceTag, exception.ToString()));
597
exceptionTags.
Add
(new KeyValuePair<string, object?>(ExceptionTypeTag, exception.GetType().ToString()));
System\Diagnostics\Metrics\TagList.netcore.cs (2)
93
Add
(new KeyValuePair<string, object?>(key, value));
176
Add
(item);