101 references to SetTag
Aspire.Confluent.Kafka (32)
src\Vendoring\OpenTelemetry.Instrumentation.ConfluentKafka\InstrumentedProducer.cs (14)
61activity?.SetTag(SemanticConventions.AttributeErrorType, errorType = FormatProduceException(produceException));
68activity?.SetTag(SemanticConventions.AttributeErrorType, errorType = FormatArgumentException(argumentException));
108activity?.SetTag(SemanticConventions.AttributeErrorType, errorType = FormatProduceException(produceException));
115activity?.SetTag(SemanticConventions.AttributeErrorType, errorType = FormatArgumentException(argumentException));
151activity?.SetTag(SemanticConventions.AttributeErrorType, errorType = FormatProduceException(produceException));
158activity?.SetTag(SemanticConventions.AttributeErrorType, errorType = FormatArgumentException(argumentException));
192activity?.SetTag(SemanticConventions.AttributeErrorType, errorType = FormatProduceException(produceException));
199activity?.SetTag(SemanticConventions.AttributeErrorType, errorType = FormatArgumentException(argumentException));
341activity.SetTag(SemanticConventions.AttributeMessagingSystem, ConfluentKafkaCommon.KafkaMessagingSystem);
342activity.SetTag(SemanticConventions.AttributeMessagingClientId, this.Name);
343activity.SetTag(SemanticConventions.AttributeMessagingDestinationName, topic);
344activity.SetTag(SemanticConventions.AttributeMessagingOperation, ConfluentKafkaCommon.PublishOperationName);
348activity.SetTag(SemanticConventions.AttributeMessagingKafkaMessageKey, message.Key);
353activity.SetTag(SemanticConventions.AttributeMessagingKafkaDestinationPartition, partition);
Aspire.Microsoft.Data.SqlClient (8)
Aspire.Microsoft.EntityFrameworkCore.SqlServer (8)
Aspire.StackExchange.Redis (11)
src\Vendoring\OpenTelemetry.Instrumentation.StackExchangeRedis\Implementation\RedisProfilerEntryToActivityConverter.cs (11)
113activity.SetTag(StackExchangeRedisConnectionInstrumentation.RedisFlagsKeyName, command.Flags.ToString());
121activity.SetTag(SemanticConventions.AttributeDbStatement, commandAndKey + " " + script);
125activity.SetTag(SemanticConventions.AttributeDbStatement, commandAndKey);
130activity.SetTag(SemanticConventions.AttributeDbStatement, command.Command);
136activity.SetTag(SemanticConventions.AttributeDbStatement, command.Command);
143activity.SetTag(SemanticConventions.AttributeNetPeerIp, ipEndPoint.Address.ToString());
144activity.SetTag(SemanticConventions.AttributeNetPeerPort, ipEndPoint.Port);
148activity.SetTag(SemanticConventions.AttributeNetPeerName, dnsEndPoint.Host);
149activity.SetTag(SemanticConventions.AttributeNetPeerPort, dnsEndPoint.Port);
153activity.SetTag(SemanticConventions.AttributePeerService, command.EndPoint.ToString());
157activity.SetTag(StackExchangeRedisConnectionInstrumentation.RedisDatabaseIndexKeyName, command.Db);
Microsoft.AspNetCore.SignalR.Client.Core (11)
Microsoft.AspNetCore.SignalR.Core (1)
Microsoft.Build.Framework (1)
Microsoft.Extensions.AI (1)
Microsoft.Extensions.Telemetry.Tests (1)
Seq.ApiService (1)
System.Net.Http (13)
System.Net.NameResolution (3)
System.Net.Security (4)
System.Net.Sockets (6)