stop setting span.id
, set transaction.id
for log correlation
#146
Labels
agent-nodejs
Make available for APM Agents project planning.
I noticed in elastic/apm-agent-nodejs#3399 discussion that, while the ecs-logging-nodejs libs are currently setting
span.id
ortransaction.id
for log-correlation, the ecs-logging spec (https://github.com/elastic/ecs-logging/blob/main/spec/spec.json) only mentions settingtransaction.id
. So it appears these libs have this wrong.TODO:
trace.id
andspan.id
. I.e. are these libs breaking log correlation for some log records?The text was updated successfully, but these errors were encountered: