Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider upgrading to go.opentelemetry.io/otel/[email protected] #809

Open
3 of 5 tasks
zzzzzztt opened this issue Jun 6, 2024 · 3 comments
Open
3 of 5 tasks

Consider upgrading to go.opentelemetry.io/otel/[email protected] #809

zzzzzztt opened this issue Jun 6, 2024 · 3 comments
Labels
feat New feature or request.

Comments

@zzzzzztt
Copy link

zzzzzztt commented Jun 6, 2024

Preflight checklist

Ory Network Project

No response

Describe your problem

The go.opentelemetry.io/otel/trace version is conflict to the one used by go.opentelemetry.io/contrib,
'module go.opentelemetry.io/otel/exporters/otlp/otlptrace found (v1.27.0), but does not contain package go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal'
could we update to latest version

Describe your ideal solution

update verion to v1.27.0

Workarounds or alternatives

update verion to v1.27.0

Version

v1.46.1

Additional Context

No response

@zzzzzztt zzzzzztt added the feat New feature or request. label Jun 6, 2024
@pontello
Copy link

pontello commented Jun 13, 2024

+1 for this upgrade. I am looking forward to using fosite but my project has a third-party dependency on otel v1.27.0 then I get this error.

go get github.com/ory/fosite
go: github.com/ory/fosite imports
	github.com/ory/x/otelx imports
	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp imports
	go.opentelemetry.io/otel/exporters/otlp/internal: cannot find module providing package go.opentelemetry.io/otel/exporters/otlp/internal
go: github.com/ory/fosite imports
	github.com/ory/x/otelx imports
	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp imports
	go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal: cannot find module providing package go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal
go: github.com/ory/fosite imports
	github.com/ory/x/otelx imports
	go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp imports
	go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlpconfig: cannot find module providing package go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlpconfi

@jensmcatanho
Copy link

+1 for this as well. I have the same problem mentioned by @pontello. On a related note, the current version indirectly imports version v0.42.0 from otelhttp which has a reported memory exhaustion vulnerability fixed in v0.44.0.

@vivshankar
Copy link
Contributor

Opened the linked PR (ory/x#808) to bump up the version. It appears that will need to go in before Fosite can be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request.
Projects
None yet
Development

No branches or pull requests

4 participants