Aaron Abbott
Aaron Abbott
@subfuzion I've seen a few PRs that I thought would fix the broken test ``` /tmpfs/src/github/golang-samples/opentelemetry/instrumentation/app/go.mod:3: invalid go version '1.21.0': must match format 1.23 ``` any idea what's wrong here?
@subfuzion and update here or can I help get this change in?
@telpirion any ideas how to get this CI passing? It's been stuck in CI limbo for a few weeks now. Or, could we just force merge this since the change...
Ty, appreciate all the help here
Thanks for the PR! > We use opentelemetry-python at work, and this constructor is showing up quite a bit in our cpu profiles when using py-spy. I would expect this...
@UOndro thank you for the PR and apologies for not taking a look sooner. > 1. In this WIP [commit](https://github.com/open-telemetry/opentelemetry-python-contrib/commit/4eb24c2b22a014a82a6a91479efc35e6cc8de911) , I tried to end span by using add_done_callback. This...
> 1. In this WIP [commit](https://github.com/open-telemetry/opentelemetry-python-contrib/commit/4eb24c2b22a014a82a6a91479efc35e6cc8de911) , I tried to end span by using add_done_callback. This kinda worked, but it was very hard to test using unittest. @UOndro I got...
Not sure about existing implementations. This part of the spec could be interpreted otherwise: > The SDK MUST create an Aggregator with the overflow attribute set prior to reaching the...
In any event, the issue of inconsistent attribute keys would still come up if an overflow is reached. Do we think that - OTel metrics data model should recommend keeping...