Hello Mohammad, You can get to the metrics using JConsole. Once you connect to the gateway.jar process in JConsole go to MBeans tab and then to metrics. You will see a bunch of metrics there.
For now we do not have any REST service to access these metrics, may be post 0.13/1.0.0. In case you would like to access them using curl or REST you have to use a JMX-HTTP bridge, something like Jolokia JVM agent [1]. I do not yet know if anyone is using this feature, let us know if you are planning on using it, can try to put it on the post 0.13/1.0.0 roadmap :) [1] https://jolokia.org/agent/jvm.html On Wed, May 3, 2017 at 4:18 AM, Mohammad Islam <[email protected]> wrote: > Hi,I found Knox supports JMX metrics in the latest release .But I didn't > find detailed documents of how to use. For example, how to see the metrics > (e.g. sample curl command). > In another related note, if this feature is prod ready or anyone is using > it? > Regards,Mohammad > > >
