Skip to content

Commit

Permalink
Assign correct value to ext_dt_spanId in Tld Geneva exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian Dziubiak committed May 11, 2023
1 parent 8d75f2a commit 25712cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ internal void SerializeLogRecord(LogRecord logRecord)

if (logRecord.SpanId != default)
{
eb.AddCountedString("ext_dt_spanId", logRecord.TraceId.ToHexString());
eb.AddCountedString("ext_dt_spanId", logRecord.SpanId.ToHexString());
partAFieldsCount++;
}

Expand Down

0 comments on commit 25712cb

Please sign in to comment.