-
Notifications
You must be signed in to change notification settings - Fork 525
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
Tail-Based sampling test automation script #6457
Conversation
Introduce sampled, head_unsampled and unprocessed. Adapt logic for dropped to only contain trace events. implements elastic#6269
This pull request does not have a backport label. Could you fix it @bryce-b? 🙏
NOTE: |
💔 Build Failed
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
|
This pull request is now in conflicts. Could you fix it @bryce-b? 🙏
|
Thank you for your testing efforts @bryce-b and for sharing your scripts for reproduction. TBS has been released as GA with |
Motivation/summary
This PR introduces a
./cmd/TBS/tbs-testing.py
that allows automated testing of the tail-based sampling. The script accepts tail-based sampling configuration parameters, starts the apm-server with that config, generates transactions, and verifies the transactions are properly sampled.Checklist
How to test these changes
Related issues
#5484