Skip to content

Commit

Permalink
Add support for disabled metric attributes on ConsoleReporterFa… (#2976)
Browse files Browse the repository at this point in the history
Fixes #2969
  • Loading branch information
joschi committed Oct 12, 2019
1 parent f63a56c commit 6c40a19
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -88,6 +88,7 @@ public ScheduledReporter build(MetricRegistry registry) {
.formattedFor(getLocale())
.formattedFor(getTimeZone())
.outputTo(getOutput().get())
.disabledMetricAttributes(getDisabledAttributes())
.build();
}
}

0 comments on commit 6c40a19

Please sign in to comment.