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