You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
$ go mod tidy
go: finding module for package go.opentelemetry.io/otel/semconv/v1.21.0
go: finding module for package go.opentelemetry.io/otel/semconv/v1.17.0
go: kubesphere.io/kubesphere/pkg/apiserver/dispatch imports
k8s.io/apiserver/pkg/endpoints/handlers/responsewriters imports
k8s.io/component-base/tracing imports
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp imports
go.opentelemetry.io/otel/semconv/v1.17.0: module go.opentelemetry.io/otel@latest found (v1.30.0, replaced by go.opentelemetry.io/[email protected]), but does not contain package go.opentelemetry.io/otel/semconv/v1.17.0
go: kubesphere.io/kubesphere/pkg/apiserver/dispatch imports
k8s.io/apiserver/pkg/endpoints/handlers/responsewriters imports
k8s.io/component-base/tracing imports
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp imports
go.opentelemetry.io/otel/metric tested by
go.opentelemetry.io/otel/metric.test imports
go.opentelemetry.io/otel/semconv/v1.21.0: module go.opentelemetry.io/otel@latest found (v1.30.0, replaced by go.opentelemetry.io/[email protected]), but does not contain package go.opentelemetry.io/otel/semconv/v1.21.0
Something in your dependency tree makes you rely on otel 1.11.2, which is from 2 years ago, and predates semconv 1.21.
You need to ensure you're indeed using a recent version of the SDK, so semconv is indeed there.
Description
A clear and concise description of what the bug is.
Environment
Steps To Reproduce
Expected behavior
A clear and concise description of what you expected to happen.
The text was updated successfully, but these errors were encountered: