Julian Knocke
Julian Knocke
> maybe OTel itself is not "usable" with Yaegi Yeah, it doesn't seem like its working. We tried to inline the traefik packages, but got an error that `go.opentelemetry.io/otel` is...
You're right, sampling is an effective measure to reduce costs, but our focus extends beyond that. With our scale—thousands of requests per second across hundreds of applications—keeping traces to essential...
The issue mentioned seem to have been fixed. Maybe time to do a electron update?
One additional consideration to highlight is the impact on filtering capabilities with tools like Datadog. These tools often filter based on specific span attributes, and when information is spread across...
Here are some changes I needed to do, to make it workable with our solution: https://github.com/benFlightStats/cubism/compare/master...JHK:master
With the Gemfile in the current project the tests don't work for me. Updating some gems and bundler itself worked. I had a successful test run with this patch: ```...