-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
go: go.opentelemetry.io/otel/semconv@v1.26.0: reading go.opentelemetry.io/otel/semconv/go.mod at revision semconv/v1.26.0: unknown revision semconv/v1.26.0 #5372
Comments
The latest semantic conventions version is You should use |
panic: conflicting Schema URL: https://opentelemetry.io/schemas/1.24.0 and https://opentelemetry.io/schemas/1.25.0 I am using 1.25.0 But getting this error. From where 1.24.0 is coming? Why resource.default() still pointing to 1.24.0? |
I am not able to get any output on OtelCollector logs. These are my configurations -
My Otel config class -
How I am using it in a separate class
Can you help @pellared |
I created #5373. Sorry for inconvenience. |
No issues @pellared . Can you look at my configuration, what is wrong? Why no metrics logs in otel Collector? |
|
@pellared Thanks for the help its working fine now! I am also seeing metrics in Otel collector from tests ran by otel library in golang code. How to disable watching them. As I am interested in my own metrics only.
|
I am locking this conversation as it becomes more and more off-topic. |
Description
A clear and concise description of what the bug is.
Environment
Steps To Reproduce
go mod tidy is not working with go.opentelemetry.io/otel/semconv/v1.26.0
Only 1.24.0 I am able to fetch
Expected behavior
Go get should work
The text was updated successfully, but these errors were encountered: