Skip to content
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

Merged
merged 2 commits into from
Sep 30, 2021
Merged

Conversation

blacktooth
Copy link
Contributor

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.

@@ -0,0 +1,5 @@
package software.amazon.kinesis.common;

public final class KinesisConsumerLibraryPackage {
Copy link
Contributor

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?

Copy link
Contributor

@joshua-kim joshua-kim left a 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.

Copy link
Contributor

@joshua-kim joshua-kim left a 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 -->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really cool plugin!

Copy link
Contributor

@shanmsac shanmsac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no comments, approving.

@joshua-kim joshua-kim merged commit c5ce30f into awslabs:master Sep 30, 2021
@shanmsac shanmsac added this to the v2.3.7 milestone Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants