Opentelemetry collector gives "partialSuccess": {} response #17833
Replies: 2 comments 1 reply
-
Probably this could explain https://opentelemetry.io/docs/reference/specification/protocol/otlp/#otlpgrpc-response
so the collector has rejected a part of your data. You could try following the troubleshooting steps in this guide https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/troubleshooting.md especially enabling the debug log and the logging exporter (with detailed verbosity). |
Beta Was this translation helpful? Give feedback.
-
Looking in the collector logs the last message I see is: "Preparing to make HTTP request" Then nothing further. |
Beta Was this translation helpful? Give feedback.
-
I have an opentelemetry collector contrib (0.69.0) installed inside OpenShift container and I want to export my traces to Datadog. I have an http endpoint URL exposed for my Collector service and I can ping it, however when I want to send in some sample trace from Postman to test the connection, I get the following response:
response (200 OK):
I read the docs, and partial Success should come with a message to help out the user in troubleshooting, but in my case I have no clue what's wrong :/
collector-config.yml
Beta Was this translation helpful? Give feedback.
All reactions