Open Pet3ris opened 1 year ago
As a workaround, there is now a good implementation here: https://github.com/Dhghomon/rust_opentelemetry_honeycomb.
You need to use register_dist_tracing_root
. Anyways, I think honeycomb is moving towards opentelemetry.
I'm setting the subscriber configuration in the most basic way:
I can see events logged in stdout but nothing is received on the Honeycomb layer. I've checked that the API key is the correct one. Any way to see what's going on?