-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
User Agent metrics #3031
User Agent metrics #3031
Conversation
You have made a change to core without a corresponding change to the CHANGELOG.md. This change will not result in a new version and will not published unless an entry is added to CHANGELOG.md |
You have made a change to core without a corresponding change to the CHANGELOG.md. This change will not result in a new version and will not published unless an entry is added to CHANGELOG.md |
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.
nice - looks good overall.
Whats the reasoning for the change in handler order?
gems/aws-sdk-core/lib/aws-sdk-core/plugins/client_metrics_send_plugin.rb
Show resolved
Hide resolved
gems/aws-sdk-core/lib/aws-sdk-core/plugins/client_metrics_send_plugin.rb
Show resolved
Hide resolved
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.
Do we need to bump the min core version in services?
Yes, we do need a minimum core version. Good call out. New service could have old core and not have the metric() method. |
Bumps user agent to 2.1 and uses new m/ tag for gathering metrics. Metrics is block based similar to how feature was.
We also remove cfg/ and ft/ usage.
We also need to re-arrange how the user agent plugin is registered - also fix CSM ordering issue discovered during this process.