Skip to content

Commit

Permalink
4.1 dev slf4j metric attributes (dropwizard#1275)
Browse files Browse the repository at this point in the history
* Support for disabledMetricAttributes in Slf4jReporter

* Tests for metric attribute filter in Slf4jReporter

* Slf4jReporter: addressed PR feedback
  • Loading branch information
fabienrenaud authored and chids committed Mar 16, 2018
1 parent c2eeea3 commit 7542100
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public Builder filter(MetricFilter filter) {
* Don't report the passed metric attributes for all metrics (e.g. "p999", "stddev" or "m15").
* See {@link MetricAttribute}.
*
* @param disabledMetricAttributes a {@link MetricFilter}
* @param disabledMetricAttributes a set of {@link MetricAttribute}
* @return {@code this}
*/
public Builder disabledMetricAttributes(Set<MetricAttribute> disabledMetricAttributes) {
Expand Down

0 comments on commit 7542100

Please sign in to comment.