Aaron Clawson
Aaron Clawson
The inventory: - [ ] * (The root, this should be the approvers) - [ ] detectors/aws/ (or the following 4) - [ ] detectors/aws/ec2/ - [ ] detectors/aws/ecs/ -...
Before too many more people chime in. There is the initial codeowners file in #3045. You can add yourself as a change request to that PR, or wait until after...
I was running into the same problem. It looks like it's getting OOM killed because of the 20M limit. I upped it to 400M just to be safe and it...
I explored trying to get prometheus to expose the Unit types, and it looks like the library doesn't do this yet https://github.com/prometheus/client_golang/issues/684.
Yes, I think the underlying problem is that we have dependencies on the internal package of different modules. For example `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` depends on `go.opentelemetry.io/otel/exporters/otlp/internal/retry`, but this is a different module....
This branch predates the `versions.yaml`, and it wouldn't be updating the base `otel` package that version.go tracks.
> We will need branch protections for the branch these changes are being merged into so it is not deleted after the release. Will we? I planned on deleting the...
Remaining steps: - [x] Fix PR comments - [x] Push tags for above tags - [x] deleted this branch.
> I do not think we should add another option when we already have `WithHeaders`. This will only add confusion (how are conflicts resolved; which is the recommended option to...
@pellared I did a bit of work to identify which modules take dependencies on cross-module `internal` packages [here](https://github.com/open-telemetry/opentelemetry-go/issues/3548#issuecomment-1452106454).