|
@@ -1268,4 +1268,26 @@
|
|
|
Default, "dr.who=;" will consider "dr.who" as user without groups.
|
|
|
</description>
|
|
|
</property>
|
|
|
+
|
|
|
+<property>
|
|
|
+ <name>rpc.metrics.quantile.enable</name>
|
|
|
+ <value>false</value>
|
|
|
+ <description>
|
|
|
+ Setting this property to true and rpc.metrics.percentiles.intervals
|
|
|
+ to a comma-separated list of the granularity in seconds, the
|
|
|
+ 50/75/90/95/99th percentile latency for rpc queue/processing time in
|
|
|
+ milliseconds are added to rpc metrics.
|
|
|
+ </description>
|
|
|
+</property>
|
|
|
+
|
|
|
+<property>
|
|
|
+ <name>rpc.metrics.percentiles.intervals</name>
|
|
|
+ <value></value>
|
|
|
+ <description>
|
|
|
+ A comma-separated list of the granularity in seconds for the metrics which
|
|
|
+ describe the 50/75/90/95/99th percentile latency for rpc queue/processing
|
|
|
+ time. The metrics are outputted if rpc.metrics.quantile.enable is set to
|
|
|
+ true.
|
|
|
+ </description>
|
|
|
+</property>
|
|
|
</configuration>
|