Quick question re emitting otel logs and having th...
# support
a
Quick question re emitting otel logs and having them ingested with
trace_id
and
span_id
, it seems like when I add those to the json, they are seen as attributes rather than the higher level fields signoz is looking for. Is this something which would require a bespoke json pipeline? Or some special thing that needs to be done in the structure of the gRPC message with the logs?
s
Yes, it requires a pipeline to map the json fields to top-level fields on the log record. However, if you have control of the OTLP message sent, you can make sure to do it before they reach SigNoz.
a
Yeah, I’m sending OTLP via gRPC from the rust SDK, it just doesn’t seem like the traces and spans are getting properly correlated with the logs in signoz. i.e. signoz sees the traces and spans, and it sees the logs, but it’s not correlating them.