rust-telemetry-workshop
rust-telemetry-workshop copied to clipboard
A workshop that introduces participants to a comprehensive toolkit to detect, troubleshoot and resolve issues with Rust applications.
I have set my API key in the environment, but no data seems to show up at Honeycomb.io. I also tried changing the endpoint to remove the path components, since...
Thx for this excellent workshop, but I still have some questions. From opentelemetry's perspect, There're 3 data models: metric log trace. But in this workshop, we use `tracing` as the...
Hi! The `08_opentelemetry` exercise has [an issue](https://github.com/mainmatter/rust-telemetry-workshop/issues/13) with sending spans to HoneyComb. When I looked into the issue, the tests seemed to finish before the batch exporter exported all spans...