dlmarion commented on a change in pull request #2305:
URL: https://github.com/apache/accumulo/pull/2305#discussion_r736655562
##########
File path:
server/manager/src/main/java/org/apache/accumulo/manager/metrics/fate/FateMetrics.java
##########
@@ -123,16 +123,16 @@ private void update(MeterRegistry registry) {
}
metricValues.getOpTypeCounters().forEach((name, count) -> {
Review comment:
FWIW, in my experience I have grouped time series by the tag name, to
show multiple time series on a chart. If I needed to query on a specific tag
value, then I could just look at all the supplied values and pick one. We could
standardize, but not sure how important it is.
--
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]