rishabhdaim commented on code in PR #690:
URL: https://github.com/apache/jackrabbit-oak/pull/690#discussion_r970974784
##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/DocumentStoreStats.java:
##########
@@ -157,6 +203,41 @@ public DocumentStoreStats(StatisticsProvider provider) {
prefetchNodes = provider.getMeter(NODES_PREFETCH,
StatsOptions.DEFAULT);
prefetchNodesTimer = provider.getTimer(NODES_PREFETCH_TIMER,
StatsOptions.METRICS_ONLY);
+
+ // metrics for throttling
+ MeterStats createSplitNodeWithThrottlingMeter =
provider.getMeter(NODES_CREATE_SPLIT_WITH_THROTTLING, StatsOptions.DEFAULT);
Review Comment:
Do you want me to update the names of all metrics with throttling?
--
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]