Commit 552878c4 authored by Madhura Bhave's avatar Madhura Bhave

Fix javadoc

parent a5b53b26
...@@ -157,9 +157,9 @@ public class MetricsProperties { ...@@ -157,9 +157,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<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment