Damien Mathieu
Damien Mathieu
Also note that pushing the benchmark results to GitHub pages seems like outside the acceptable use for GitHub apps/extensions, since bots should only be reading data, not writing to the...
> Enable self-hosted runner to have a dedicated environment to run benchmarks and gain stable results. There has been several discussions about this at the community level, to set this...
While structured logging in rails would be great, have you considered introducing tracing instead? That would allow finer grained information, and exporting the data into stdout/a file in a structured...
otelecho is lacking an owner, is deprecated and will be removed in a couple months. https://github.com/open-telemetry/opentelemetry-go-contrib/issues/5550 Resolving this would be a good way for someone to step up before becoming...
The Go SIG is not in an "ivory tower". We review every pull request, keep the project on track and up to date, and we do that in the open...
@rasert this issue appeared to have been a configuration problem. You need to use the otelhttp client for outgoing requests. This isn't a bug, and the workaround is to use...
With the routing enhancements in Go 1.22, and this PR being rather stale, I think we should close it. Once all supported versions of Go have routing available, we can...
One unknown we need to resolve with this migration is head sampling and metrics being generated at the ingestion level.
This is not planned for the short term. However, we do provide an OpenTelemetry provider which would allow you to use our SDK with any otel instrumentation, such as [otelsql](https://github.com/XSAM/otelsql).
Do you have the content of `tranOpts`? Are `Trace` and `Span` set in there?