TLDR Shuba wanted to replace Signoz trace id with their application's tracking id. nitya-signoz explained this was impossible but suggested using the application tracking id as an attribute instead and provided relevant links.
nitya-signoz Please help
You can add your tracking id as an attribute to your logs and filter using that id ?
nitya-signoz, I mean we want to override the default signoz trace id value and show just our tracking id everywhere. Do we have options for the same ?
oh that’s not possible as it will not be a valid traceId and it will be ignored. I would suggest using an attribute, it will be the same
nitya-signoz do we have any documentation for this ?
For populating trace_id and span_id this is used
Shuba
Wed, 20 Sep 2023 03:37:59 UTCHi Team, my spring boot tomcat application is using otel exporter to send data to signoz and am able to see logs and traces successfully. Thanks ! We need help to use our applications tracking id to filter logs and traces instead of the trace id generated by Signoz. Can we get some help here please ?