-
Notifications
You must be signed in to change notification settings - Fork 87
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
v0.25.0 otlp example fails #157
Comments
I probably won't have time to look into this in detail. Would suggest looking through the opentelemetry-otlp changelog in some detail to see if something stands out. |
Their otlp example returns the same error (https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-otlp/examples/basic-otlp). |
Okay, I recommend you open an issue against the upstream repo, then. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Version
0.25.0, latest jaeger (1.59.0)
Platform
macOS
Explaining
opentelemetry-otlp
example returns an error and is not consistent generating traces.executing the example
opentelemetry-otlp
withcargo run --example opentelemetry-otlp
it returns the following:The last line contains an unimplemented error, regarding the metrics service.
The traces that this example would generate, are generated RANDOMLY (sometimes appear on jaeger, sometimes don't) when executing the example, even tho we are getting an error.
If we execute this same example in v0.24.0 we get the following:
No error, works as expected, and it generates the traces every time we execute it.
If we revert the changes made to the example, and change a little bit the method to work with the new version changes, It will not work as well.
Tried downgrading jaeger, and error keeps happening.
The error seems to be coming from the following code, when an OtelGuard is dropped:
The text was updated successfully, but these errors were encountered: