-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for StringSet metric in Java SDK. (#31789)
Add support for StringSet metric in Java SDK to track set of unique string as metric. addresses #31788 * Add support for StringSet metric in Java SDK to track set of unique string as metric. * Fix compilation and tests * Add support for StringSet in PortableRunner and fix some spotless java checks * Add support for StringSet in JetRunner * Fix precommit errors * Fixes for review comments * Other fixes * Fixes for spotless java * Fix a couple of tests. * Null-containing sets don't need to be tested as they can no longer be constructed. * Use vendered guava. * unused imports --------- Co-authored-by: Robert Bradshaw <[email protected]>
- Loading branch information
1 parent
746f3c5
commit de4645d
Showing
43 changed files
with
1,522 additions
and
57 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
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
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
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
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
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
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
Oops, something went wrong.