rust-telemetry-workshop icon indicating copy to clipboard operation
rust-telemetry-workshop copied to clipboard

A workshop that introduces participants to a comprehensive toolkit to detect, troubleshoot and resolve issues with Rust applications.

Results 3 rust-telemetry-workshop issues
Sort by recently updated
recently updated
newest added

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...