Hi all I have deployed signoz to my cluster with d...
# support
e
Hi all I have deployed signoz to my cluster with default signoz-infra helm chart my log pattern looks somewhat like this
Copy code
"2025-07-15 08:18:38,013 | INFO | 93 | trace_id=814ecbf22b6103d97c091124c16bc4d9 | span_id=8fc831eeadbdd8ea | app.api.dependencies | dependencies.py:31 | User: someuserID
yet trace_id and span_id are blank in signoz UI this is a problem since when going to tracing panel and clicking "Go to related logs" it will filter using these fileds automatically but they are empty I have tried using log piplines to add trace_id attribute - it works only when using regex Processor, and creating a new separated attribute called "trace_id", while the built-in one stays blank Any idea wha am i missing?