2 writes to SpanId
Aspire.Dashboard (2)
Model\TelemetryExportService.cs (1)
201SpanId = string.IsNullOrEmpty(log.SpanId) ? null : log.SpanId,
OtlpJsonSerializerContext.OtlpLogRecordJson.g.cs (1)
239Setter = static (obj, value) => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpLogRecordJson)obj).SpanId = value!,
4 references to SpanId
Aspire.Dashboard (3)
Otlp\Model\Serialization\OtlpJsonProtobufConverter.cs (2)
325if (json.SpanId is not null) 327logRecord.SpanId = HexToByteString(json.SpanId);
OtlpJsonSerializerContext.OtlpLogRecordJson.g.cs (1)
238Getter = static obj => ((global::Aspire.Dashboard.Otlp.Model.Serialization.OtlpLogRecordJson)obj).SpanId,
Aspire.Dashboard.Tests (1)
Model\TelemetryExportServiceTests.cs (1)
81Assert.Equal("6566676835363738", logRecord.SpanId); // hex of UTF-8 bytes of "efgh5678"