-
Notifications
You must be signed in to change notification settings - Fork 523
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] How to support sampling #3011
Comments
Has there been any thought / discussion about this already? |
Copying this over from #2886 (comment):
|
As part of this Issue #3487 was created to add a gRPC Jaeger sampling endpoint. This issue does not consider any changes related to how APM UI calculates transactions per minutes, etc. |
When using probabilistic sampling Jaeger only sends sampled spans. Elastic APM UI currently requires a 100% of the transaction events. Elastic APM agent only sample spans.
Investigate how to solve sampling with Jaeger integration.
Part of #2886
UPDATE:
As probabilistic sampling support was added with #3487 this Issue now solely focuses on changes necessary to integrate Jaeger sampled traces into the APM app.
The text was updated successfully, but these errors were encountered: