opentelemetry-haskell
opentelemetry-haskell copied to clipboard
The OpenTelemetry Haskell Client https://opentelemetry.io
Hello, I've been evaluating the possibility of using this library. Things seem to work when manually sending the log file to a Jaeger instance, but is it possible to configure...
Or eventlog-to-zipkin might work out of the box, I haven't investigated it. OpenTelemetry Collector documentation: https://opentelemetry.io/docs/collector/about/
I'd really like to track frames and Vulkan GPU perf with Tracy. I guess that this isn't supported at the moment, and I'm opening this to ask how much work...
Current mode of operation: 1. Run an instrumented application to completion 2. Upload the resulting eventlog file to a trace collector or convert it into a chrome tracing file Another...
When a service A calls service B, it's common practice to put the trace and span ids into HTTP headers so that in the visualizer you can see spans of...
I don't understand how nested span is linked to its parent. withSpan doesn't have argument for parent span in flight id. I see eventlog parser reconstructs structure through Event Cap...
Would be nice to find and fix pain points in the process and build a portfolio of instrumentation examples to point users to. @mpickering do you have some project in...
I'm not experienced with nix, please send help.
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.11. Release notes Sourced from actions/cache's releases. v3.0.11 What's Changed Call out cache not saved on hit by @Phantsure in actions/cache#946 Update @actions/core to 1.10.0...