|
|
|
|
|
by zamalek
95 days ago
|
|
I have OTEL + Rust in production, alongside some other languages (+ OTEL), and it is by far more useful and predictable than the others. I often find myself monkey-patching in logging for other language libraries, where with Rust it just works. (Except for this, that is: https://github.com/tokio-rs/tracing/issues/2519) |
|
I've got a whole list of puzzling bugs in the tracing <-> opentelemetry <-> datadog linkage.