Vladsz83 commented on a change in pull request #9457:
URL: https://github.com/apache/ignite/pull/9457#discussion_r772929991
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/service/IgniteServiceProcessor.java
##########
@@ -127,6 +135,21 @@
/** */
public static final String SVCS_VIEW_DESC = "Services";
+ /** Base name domain for invocation metrics. */
+ public static final String SERVICE_METRIC_REGISTRY = "Services";
+
+ /** Description for the service method invocation metric. */
+ private static final String DESCRIPTION_OF_INVOCATION_METRIC_PREF =
"Duration in milliseconds of ";
+
+ /** Default bounds of invocation histogram in nanoseconds. */
+ public static final long[] DEFAULT_INVOCATION_BOUNDS = new long[] {
Review comment:
Nope. Not yet at least. This might be other ticket after we get this
merged. Requires public API change.
--
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]