mbaedke commented on code in PR #2054:
URL: https://github.com/apache/jackrabbit-oak/pull/2054#discussion_r2030769129


##########
oak-core-spi/src/main/java/org/apache/jackrabbit/oak/stats/StatisticsProvider.java:
##########
@@ -61,4 +68,14 @@ public HistogramStats getHistogram(String name, StatsOptions 
options) {
     TimerStats getTimer(String name, StatsOptions options);
 
     HistogramStats getHistogram(String name, StatsOptions options);
+
+    /**
+     * Creates a new {@link GaugeStats} and registers it under the given name.
+     * If a gauge with the same exists already then the same instance is 
returned.

Review Comment:
   s/the same exists/the same name exists



-- 
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: oak-dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to