James Toyer
James Toyer
There is a new major version of github.com/alexedwards/scs which looks like it has some breaking changes. We should either update to it or consider moving to a new package as...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Adds OpenTelemetry request tracing to HTTP requests. This is essentially the bare minimum required and leaves it down to the end user to decided if they should add route tags...
Goji appears to no longer be under active development with the last commit in September 2019, when it removed its failed attempt to convert it to a proper go module....
It appears there is an issue with the ``go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws`` in v0.36.4. After upgrading from v0.36.3 to v0.36.4 in one of our projects we have started to see the following error...
## Before this PR When running `./godelw artifacts build` or `./godelw products` in golang 1.21 there is an edge case that causes the underlying `go list` command to fail. If...
**Describe the bug** A range of structs in the client library, for example Users (see #462), have `omitempty` as a tag on them. This means that when you want to...
Today when specifying a histogram as a metrics type and exporting it as a Prometheus metric does not conform the expected format. The output, see below, is essentially the same...