-
Notifications
You must be signed in to change notification settings - Fork 528
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
Allow gencorpora to replay events #8952
Conversation
This pull request does not have a backport label. Could you fix it @lahsivjar? 🙏
NOTE: |
📚 Go benchmark reportDiff with the
report generated with https://pkg.go.dev/golang.org/x/perf/cmd/benchstat |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
/test |
Motivation/summary
By playing the recorded events without replay the ES corpus has 18817 documents accounting for ~56MBs of data. This PR allows replaying events in order to increase the corpus size for testing with rally. APM-Server might aggregate some events thus the generated corpus will not always be a multiple of the replay count.
Checklist
- [ ] Update CHANGELOG.asciidoc- [ ] Update package changelog.yml (only if changes toapmpackage
have been made)- [ ] Documentation has been updatedHow to test these changes
N/A
Related issues
Part of: #8754