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

undefined: envconfig.WithTLSConfig #4394

Closed
droslean opened this issue Jul 31, 2023 · 1 comment
Closed

undefined: envconfig.WithTLSConfig #4394

droslean opened this issue Jul 31, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@droslean
Copy link

# go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlpconfig
vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlpconfig/envconfig.go:84:13: undefined: envconfig.WithTLSConfig
vendor/go.opentelemetry.io/otel/exporters/otlp/otlptrace/internal/otlpconfig/envconfig.go:85:13: undefined: envconfig.WithTLSConfig

I am using:

go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0 // indirect
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 // indirect
go.opentelemetry.io/otel v1.14.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.16.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.11.1 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0 // indirect
go.opentelemetry.io/otel/metric v0.33.0 // indirect
go.opentelemetry.io/otel/sdk v1.14.0 // indirect
go.opentelemetry.io/otel/trace v1.14.0 // indirect
go.opentelemetry.io/proto/otlp v1.0.0 // indirect

It seems that the libraries are conflicting with each other. This looks like a bug in the versioning.

@pellared
Copy link
Member

pellared commented Jul 31, 2023

It seems that the libraries are conflicting with each other.

This is correct. There are breaking changes changes in internal code which is shared.

This is already tracked under #3846

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants