Skip to content

Commit

Permalink
Add buckets to names that are generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Channyboy committed Sep 7, 2023
1 parent 5dedbc2 commit 941453b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ private void resolveMeterSuffixes(Set<String> set, Type inputType) {
set.add("_count");
set.add("_sum");
set.add("_max");
set.add("_bucket");
break;
default:
if (LOGGER.isLoggable(Level.FINEST)) {
Expand Down

0 comments on commit 941453b

Please sign in to comment.