milleruntime commented on a change in pull request #2297:
URL: https://github.com/apache/accumulo/pull/2297#discussion_r721295440
##########
File path:
server/monitor/src/main/java/org/apache/accumulo/monitor/rest/gc/GarbageCollectorResource.java
##########
@@ -24,13 +24,12 @@
import jakarta.ws.rs.Produces;
import jakarta.ws.rs.core.MediaType;
-import org.apache.accumulo.core.gc.thrift.GCStatus;
import org.apache.accumulo.monitor.Monitor;
/**
* GarbageCollector metrics
*
- * @since 2.0.0
+ * @since 2.1.0
Review comment:
I wasn't sure what to do cause I was changing the endpoint. They aren't
public API but maybe we should treat them like API? I feel like we shouldn't be
required since the Monitor is only an admin tool. I guess keeping the tag for
when it was created is useful.
--
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]