-
Notifications
You must be signed in to change notification settings - Fork 33
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
[Bug] Metrics stopped working after the upgrade from 1.2.0 to 1.3.0 #340
Comments
Yes, we inadvertently broke OpenTelemetry over TLS with the latest release (happened in Python too). This is because of a Rust issue with a dependency upgrade (see open-telemetry/opentelemetry-rust#2008). This was fixed in our Core layer at temporalio/sdk-core#801 and we will be issuing a patch release to fix here. |
Thanks 👍 |
And as for reporting the error as DEBUG...? I'd guess this problem was present before as well :-) |
It's actually not |
If you'd like, you can try to rebuild the SDK from the branch at the PR in #344 and see if it resolves your issue. |
When do you expect to fix the OTel over TLS problem please? :-) |
It will be fixed on next release, which should hopefully happen soon as a patch release (we are patching another issue). |
This should now be fixed with the 1.3.1 release. |
We instruct the temporal SDK to send metrics to the New Relic via OpenTelemetry endpoint. We noticed that this functionality stopped working after the upgrade to 1.3.0.
To investigate the issue, I enabled log forwarding from the client so we get the output like this:
With version 1.2.0, we have following output from the client:
With version 1.3.0, we have this output:
Not saying that the error is reported as DEBUG! So it is impossible for us to catch it as we never have DEBUG allowed in production.
Minimal Reproduction
We configure metrics as following:
Also tried different
Url
. According to the New Relic docs, the url should be fine like that. Also tried simply usehttps://otlp.eu01.nr-data.net:4317
(i.e. with gRPC port and without thev1/metrics
appendix) but also without success.Environment/Versions
The text was updated successfully, but these errors were encountered: