Merge branch '2.0.x'

pull/13260/head
Madhura Bhave 7 years ago
commit 940c3d1b75

@ -166,9 +166,9 @@ public class MetricsProperties {
public static class Distribution { public static class Distribution {
/** /**
* Whether meter IDs starting-with the specified name should be publish percentile * Whether meter IDs starting with the specified name should publish percentile
* histograms. Monitoring systems that support aggregable percentile calculation * histograms. For monitoring systems that support aggregable percentile calculation
* based on a histogram be set to true. For other systems, this has no effect. The * based on a histogram, this can be set to true. For other systems, this has no effect. The
* longest match wins, the key `all` can also be used to configure all meters. * longest match wins, the key `all` can also be used to configure all meters.
*/ */
private Map<String, Boolean> percentilesHistogram = new LinkedHashMap<>(); private Map<String, Boolean> percentilesHistogram = new LinkedHashMap<>();

Loading…
Cancel
Save