12 references to AttributeErrorType
Aspire.Confluent.Kafka (12)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedConsumer.cs (2)
306
SemanticConventions.
AttributeErrorType
,
335
activity.SetTag(SemanticConventions.
AttributeErrorType
, errorType);
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedProducer.cs (9)
61
activity?.SetTag(SemanticConventions.
AttributeErrorType
, errorType = FormatProduceException(produceException));
68
activity?.SetTag(SemanticConventions.
AttributeErrorType
, errorType = FormatArgumentException(argumentException));
108
activity?.SetTag(SemanticConventions.
AttributeErrorType
, errorType = FormatProduceException(produceException));
115
activity?.SetTag(SemanticConventions.
AttributeErrorType
, errorType = FormatArgumentException(argumentException));
151
activity?.SetTag(SemanticConventions.
AttributeErrorType
, errorType = FormatProduceException(produceException));
158
activity?.SetTag(SemanticConventions.
AttributeErrorType
, errorType = FormatArgumentException(argumentException));
192
activity?.SetTag(SemanticConventions.
AttributeErrorType
, errorType = FormatProduceException(produceException));
199
activity?.SetTag(SemanticConventions.
AttributeErrorType
, errorType = FormatArgumentException(argumentException));
304
SemanticConventions.
AttributeErrorType
,
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\OpenTelemetryConsumeResultExtensions.cs (1)
135
processActivity?.SetTag(SemanticConventions.
AttributeErrorType
, ex.GetType().FullName);