2 writes to TraceId
Aspire.Dashboard (2)
Model\TelemetryExportService.cs (1)
443TraceId = link.TraceId,
OtlpJsonSerializerContext.OtlpSpanLinkJson.g.cs (1)
59Setter = static (obj, value) => ((global::Aspire.Otlp.Serialization.OtlpSpanLinkJson)obj).TraceId = value!,
5 references to TraceId
Aspire.Dashboard (5)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
207if (json.TraceId is not null) 209link.TraceId = HexToByteString(json.TraceId);
OtlpJsonSerializerContext.OtlpSpanLinkJson.g.cs (2)
58Getter = static obj => ((global::Aspire.Otlp.Serialization.OtlpSpanLinkJson)obj).TraceId, 186string __value_TraceId = ((global::Aspire.Otlp.Serialization.OtlpSpanLinkJson)value).TraceId;
src\Shared\ConsoleLogs\SharedAIHelpers.cs (1)
233["trace_id"] = OtlpHelpers.ToShortenedId(link.TraceId ?? string.Empty),