We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I used the gRPC exporter, and it failed to export to my backend (this was my fault). I got the following error, even when debug logging was enabled:
ERROR:opentelemetry.exporter.otlp.proto.grpc.exporter:Failed to export metrics to <endpoint>, error code: StatusCode.INVALID_ARGUMENT
It looks like the error message is not being logged here:
opentelemetry-python/exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc/exporter.py
Lines 341 to 347 in 58f2d16
I would like to log the error's details.
No response
This may also apply to the trace or log grpc exporter. I haven't checked
No
The text was updated successfully, but these errors were encountered:
cc @aabmass
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem?
I used the gRPC exporter, and it failed to export to my backend (this was my fault). I got the following error, even when debug logging was enabled:
It looks like the error message is not being logged here:
opentelemetry-python/exporter/opentelemetry-exporter-otlp-proto-grpc/src/opentelemetry/exporter/otlp/proto/grpc/exporter.py
Lines 341 to 347 in 58f2d16
Describe the solution you'd like
I would like to log the error's details.
Describe alternatives you've considered
No response
Additional Context
This may also apply to the trace or log grpc exporter. I haven't checked
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: