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