Replies: 1 comment
-
Hi @nastynaz, thanks for your message. Unfortunately this would need to be done client-side, converting to Seq's HTTP/JSON format instead of OTLP. The OTLP format defines the allowed values for span statuses ( I'll drop you a line here if we come up with any other ideas. Hope this helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using Rust's
tracing-opentelemetry
crate to ingest traces in OTLP format. This sets the level (info, warn, debug etc) in a property calledlevel
. How can I getseq
to recognise this field and use it as the@Level
property?Is this possible or would I have to write my own adapter to set
@l
before sending the logs?Beta Was this translation helpful? Give feedback.
All reactions