3 references to AttributeMessagingClientId
Aspire.Confluent.Kafka (3)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedConsumer.cs (1)
364
activity.SetTag(SemanticConventions.
AttributeMessagingClientId
, this.Name);
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedProducer.cs (1)
342
activity.SetTag(SemanticConventions.
AttributeMessagingClientId
, this.Name);
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\OpenTelemetryConsumeResultExtensions.cs (1)
162
activity.SetTag(SemanticConventions.
AttributeMessagingClientId
, clientId);