0.35.0 trace autologging provides incorrect trace IDs #4552
Labels
bug
Something isn't working
frozen-due-to-age
Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed.
What's wrong?
Prior to v0.35.0, autologging correctly output loglines with the trace ID that was passed to it, eg:
From 0.35.0, the trace ID is now converted into what appears to be a decimal only identifer (that is not convertable to a working HEX trace ID hash):
This means that correlation between traces that generate autologged log lines is not longer possible and breaks the general log->traces workflow.
Steps to reproduce
Install Agent v0.35.0 into any ecosystem and then configure it to receive traces and autogenerate logs from traces.
You can easily test this out using the Intro to MLT sandbox, and changing this line to
image: grafana/agent:v0.35.0
, then use thedocker-compose.yaml
file to initialise a working system.Go to the Explorer to see the result and inability to correlate with traces.
System information
MacOS 12.6.5 (21G531)
Software version
Grafana Agent v0.35.0
Configuration
Logs
The text was updated successfully, but these errors were encountered: