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_idandspan_idto those logs. - Once you have
trace_idandspan_idin your logs, parse them using the pipelines trace parser. See documentation here.