-
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 get: module go.opentelemetry.io/otel@upgrade found (v1.3.0) 404 #2595
Comments
The See also this example: https://github.com/open-telemetry/opentelemetry-go/blob/main/example/namedtracer/main.go#L33 |
We used to use Jaeger opentracing. Now we want to use this project. Is there any best practice to refer to? |
OpenTelemetry doesn't necessarily conform to the APIs or package names in Opentracing. You can find several examples of usages of OpenTelemetry in the example folder. |
We don't use collect directly, but client - > UDP - > agent - > Collector - > KFK - > injester - > es. |
Yes, this repository is the client library, not the collector. After reading all that, you can also ask specific questions in the CNCF slack. |
Thank you very much. I'll find out first. |
This looks resolved, so I'm going to close. Please reopen if this is in error. |
go get: module go.opentelemetry.io/otel@upgrade found (v1.3.0), but does not contain package go.opentelemetry.io/otel/label
The text was updated successfully, but these errors were encountered: