Onyx Metrics has been pulled in to onyx core. Onyx core reports all metrics to JMX. Please use a JMX exporter / agent for your metrics system, or use prometheus with onyx-peer-http-query's metric endpoint.
This repository will include configurations for dropwizard metrics reporters in the future.
When developing locally, the quickest way to access metrics is to:
- run
jmc
(Java Mission Control) from your command line (Oracle Java JDK 1.8+ required). - Select the correct running JVM in the left bar.
- Double click MBean Server.
- Expand "metrics" view.
- Select metrics.
You can also connect to running remote instances, after configuring remote JMX.