Skip to content

Commit

Permalink
Removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
And1sS authored Aug 29, 2023
1 parent 838b640 commit c21dda6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/prebid/cache/config/MetricsConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ MeterRegistryCustomizer<MeterRegistry> graphiteMeterCustomizer(
if (StringUtils.isNotBlank(prefix)) {
registry.config().commonTags("prefix", prefix);
}
// To preserve old metric names
registry.config().namingConvention(NamingConvention.identity);
};
}
Expand Down

0 comments on commit c21dda6

Please sign in to comment.