-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
gRPC batch without service name crashes the collector #1722
Labels
Comments
Once that one is fixed, this one fails:
|
Maybe the process struct should never be |
the business rule we need to enforce is either spans have individual Process entries, or the batch has one they can fall back to. Both being null is invalid input. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When developing the Jaeger Span Exporter via gRPC for OpenTelemetry, I got into a situation where I have a batch, but no
Process
object. Sending such a batch to the collector via gRPC results in the server crashing, due to:Of course my OpenTelemetry code has to be fixed, but the collector should never crash because of bad data.
The text was updated successfully, but these errors were encountered: