DomGarguilo commented on code in PR #5511:
URL: https://github.com/apache/accumulo/pull/5511#discussion_r2067136460
##########
server/monitor/src/main/java/org/apache/accumulo/monitor/next/Endpoints.java:
##########
@@ -52,11 +53,17 @@
import org.apache.accumulo.monitor.next.SystemInformation.ProcessSummary;
import org.apache.accumulo.monitor.next.SystemInformation.TableSummary;
-import io.micrometer.core.instrument.Meter.Id;
-import io.micrometer.core.instrument.cumulative.CumulativeDistributionSummary;
-
@Path("/")
public class Endpoints {
+ /**
+ * A {@code String} constant representing supplied resource group
+ */
+ private static final String GROUP = "group";
+
+ /**
+ * A {@code String} constant representing supplied table name.
Review Comment:
Actually scratch that. These constants represent the parameter keys not an
actual tableId or resource group value. The javadoc should be updated to
reflect that.
--
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]