-
Notifications
You must be signed in to change notification settings - Fork 467
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
Emit Glue Schema Registry usage metrics #855
Conversation
cc31f8c
to
156bbdc
Compare
@@ -0,0 +1,5 @@ | |||
package software.amazon.kinesis.common; | |||
|
|||
public final class KinesisConsumerLibraryPackage { |
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.
nit: Can we call this KinesisClientLibraryPackage
instead?
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.
Left a minor nit.
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
@@ -324,6 +324,45 @@ | |||
</execution> | |||
</executions> | |||
</plugin> | |||
|
|||
<!-- Required for generating maven version as a Java class for runtime access --> |
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.
Really cool plugin!
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.
no comments, approving.
Description of changes:
Sets the User Agent for the de-serializer to "kcl". This enables the underlying Glue Schema Registry library to emit UserAgent metrics.
Testing
Build successful.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.