Skip to content
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

jaeger: thrift agent failed with message too long #648

Closed
bbigras opened this issue Oct 13, 2021 · 2 comments
Closed

jaeger: thrift agent failed with message too long #648

bbigras opened this issue Oct 13, 2021 · 2 comments

Comments

@bbigras
Copy link
Contributor

bbigras commented Oct 13, 2021

I got this error:

OpenTelemetry trace error occurred. Exporter jaeger encountered the following error(s): thrift agent failed with message too long

Any tips on how to debug it?

I have no idea if it's on the jaeger or on the client side.

@jtescher
Copy link
Member

It could be too long because too many spans are being exported at once, you could try lowering the batch size via the OTEL_BSP_MAX_EXPORT_BATCH_SIZE env var (default is 512 spans exported per batch).

@bbigras
Copy link
Contributor Author

bbigras commented Apr 14, 2022

With opentelemetry-jaeger v0.16 release. The with_auto_split_batch method should be available.

#676 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants