Vladsz83 commented on a change in pull request #9457:
URL: https://github.com/apache/ignite/pull/9457#discussion_r774706352
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/service/IgniteServiceProcessor.java
##########
@@ -1967,4 +2008,34 @@ private SecurityException
checkDeployPermissionDuringJoin(ClusterNode node, List
return null;
}
+
+ /**
+ * Creates metrics registry for the invocation histograms.
+ *
+ * @param srvcCtx ServiceContext.
+ * @return Created metric registry.
+ */
+ private ReadOnlyMetricRegistry createServiceMetrics(ServiceContextImpl
srvcCtx) {
+ MetricRegistry metricRegistry =
ctx.metric().registry(serviceMetricRegistryName(srvcCtx.name()));
Review comment:
Fixed
--
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]