aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.84k stars 91 forks source link

add opentelemetry tracing #369

Open dmah42 opened 1 year ago

dmah42 commented 1 year ago

https://docs.rs/tracing-opentelemetry/latest/tracing_opentelemetry/

we should, either by default or as an option, have opentelemetry tracing enabled

MatonAnthony commented 1 year ago

Does this mean we would replace the tracing crate by tracing_opentelemetry?

Update: Nevermind, we have to add the tracing_opentelemetry. Parts of the code already have the [#instrument], so it should work out of the box, I am looking at how to test it :)