Damien Mathieu

Results 259 comments of Damien Mathieu

If you look at the specification: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/api.md#set-status It mentions: > The operation has been validated by an Application developer or Operator to have completed successfully. I read this as the...

It seems `go.opentelemetry.io/otel/metric` is resolved as `v0.30.0`, which is quite old (the latest release is v1.7.0). Could you share the content of your `go.mod` to help you figure out which...

This issue will happen if one of your otel packages is still using v0.x, and not 1.x. The fix is to upgrade every OpenTelemetry pakage to 1.x.

Is this the full error Go is providing? This looks like part of a stacktrace only.

Is there a golangci config we should change so those issues fail the CI is they happen again?

No need to squash the commits. It will be done by GitHub at merge time.

I don't know if we should support a version if it's not support anymore on the language side.

I agree with @TylerHelmuth entirely. As a short term solution, we could stop failing them on pushes to main. PRs can be retried (though for some reason, I'm never seeing...