dlmarion commented on code in PR #5112:
URL: https://github.com/apache/accumulo/pull/5112#discussion_r1859099152
##########
core/src/main/java/org/apache/accumulo/core/metrics/Metric.java:
##########
@@ -304,36 +308,49 @@ public String getDescription() {
return description;
}
- public MetricCategory getCategory() {
- return category;
+ public MetricDocSection getCategory() {
Review Comment:
I thought that MetricCategory was too vague and didn't convey the manner in
which the value was used. MetricCategory / MetricDocSection is only used in
MetricsDocGen.
--
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]