General FAQs
Q. I can't see related logs for traces.
A. Make sure your logs include trace_id
and span_id
.
Show detailed steps
- If you are collecting application logs from file, ensure you emit the
trace_id
andspan_id
to those logs. - Once you have
trace_id
andspan_id
in your logs, parse them using the pipelines trace parser. See documentation here.
Last updated: August 7, 2025
Was this page helpful?
On this page