-
Notifications
You must be signed in to change notification settings - Fork 467
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Emit Glue Schema Registry usage metrics (#855)
* Emit Glue Schema Registry usage metrics * Append KCL version to the app string. Co-authored-by: Ravindranath Kakarla <rnath@amazon.com>
- Loading branch information
1 parent
e73a8a9
commit c5ce30f
Showing
3 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
amazon-kinesis-client/src/main/java-templates/KinesisClientLibraryPackage.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
package software.amazon.kinesis.common; | ||
|
||
public final class KinesisClientLibraryPackage { | ||
public static final String VERSION = "${project.version}"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters