-
Notifications
You must be signed in to change notification settings - Fork 14
[APM] Extend Client-Side Stats test coverage #5002
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
Conversation
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.
CI is failing
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.
Framework usage: all good, just a non blocking comment, I let you decide what you prefer.
It'd be a good idea to get a review of test logic from a co-worker that's familiar with the RFC.. Done 7 minutes ago 😄
Motivation
This PR extends the Client-Side Stats test scenario to provide comprehensive validation of tracer implementations against the Client-Side Stats specification. The changes add multiple new test classes to validate critical aspects of the Client-Side Stats feature including agent feature detection, obfuscation, peer tags aggregation, transport headers, and time bucketing.
Changes
Test Coverage Added
Schema Updates
Updated both library and agent stats request schemas to include additional fields required by the Client-Side Stats specification:
Workflow
🚀 Once your PR is reviewed and the CI green, you can merge it!
🛟 #apm-shared-testing 🛟
Reviewer checklist
[<language>]
, double-check that only<language>
is impacted by the changebuild-XXX-image
label is present