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! |
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-opentelemetrycrate to ingest traces in OTLP format. This sets the level (info, warn, debug etc) in a property calledlevel. How can I getseqto recognise this field and use it as the@Levelproperty?Is this possible or would I have to write my own adapter to set
@lbefore sending the logs?All reactions