janhoy commented on code in PR #4223:
URL: https://github.com/apache/solr/pull/4223#discussion_r3044745960
##########
solr/core/src/java/org/apache/solr/update/UpdateLog.java:
##########
@@ -665,20 +665,20 @@ public void initializeMetrics(SolrMetricsContext
parentContext, Attributes attri
applyingBufferedOpsCounter =
new AttributedLongCounter(
solrMetricsContext.longCounter(
- "solr_core_update_log_applied_buffered_ops",
+ "solr.core.update_log.applied_buffered_ops",
"Total number of buffered operations applied"),
baseAttributes);
replayOpsCounter =
new AttributedLongCounter(
solrMetricsContext.longCounter(
- "solr_core_update_log_replay_ops", "Total number of log replay
operations"),
+ "solr.core.update_log.replay.ops", "Total number of log replay
operations"),
Review Comment:
Should this be `solr.core.update_log.replay_ops` ?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]