shodaaan commented on code in PR #2216:
URL: https://github.com/apache/jackrabbit-oak/pull/2216#discussion_r2055439609


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/FullGCStatsCollectorImpl.java:
##########
@@ -37,7 +37,8 @@
  */
 class FullGCStatsCollectorImpl implements FullGCStatsCollector {
 
-    static final String FULL_GC = "FullGC";
+    static final String FULL_GC_PUSH_METRICS_PREFIX = "oak_FullGC";
+    static String FULL_GC = "FullGC";

Review Comment:
   Fixed, thank you for the suggestion



-- 
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]

Reply via email to