EdColeman commented on code in PR #4461:
URL: https://github.com/apache/accumulo/pull/4461#discussion_r1588593815
##########
core/src/main/java/org/apache/accumulo/core/metrics/MetricsProducer.java:
##########
@@ -638,6 +660,11 @@ public interface MetricsProducer {
String METRICS_TSERVER_SCAN_RESULTS_BYTES = METRICS_TSERVER_PREFIX +
"scan.results.bytes";
String METRICS_TSERVER_SCANNED_ENTRIES = METRICS_TSERVER_PREFIX +
"scan.scanned.entries";
+ String METRICS_SSERVER_PREFIX = "accumulo.sserver.";
+ String METRICS_SSERVER_REGISTRATION_TIMER = METRICS_SSERVER_PREFIX +
"registration.timer";
+ String METRICS_SSERVER_BUSY_COUNTER = METRICS_SSERVER_PREFIX + "busy.count";
Review Comment:
Additional changes in a8235a82b8
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]