Pablo Baeyens
Pablo Baeyens
@iblancasa Did you get around to working on this?
Removing from 1.0 project since this has a workaround and we consider this an enhancement
Filed #4497 to reword the prototype requirement
I don't think this content belongs in opentelemetry.io, I think we should close this PR and reopen on the opentelemetry-collector-contrib repository.
I would support adding this under the same rationale I argued here open-telemetry/opentelemetry-collector-contrib/pull/42629
@jackgopack4 I'd guess this would be done through an issue in the [community repository](https://github.com/open-telemetry/community) but we should discuss what name we want first.
Fixed by open-telemetry/opentelemetry-collector-releases/pull/671
Hey, to further help you with this, could you pass `--skip-compilation` and share the `go.mod` of the resulting code?
Thanks, I believe the issue is because of the mismatch between these two dependencies: - ` go.opentelemetry.io/otel/sdk/metric v1.25.0 // indirect` - ` go.opentelemetry.io/otel/metric v1.29.0 // indirect` I am going to...
open-telemetry/opentelemetry-collector-contrib/pull/40452 will fix the contrib tests. I am working on it