All Projects → onyx-platform → onyx-metrics

onyx-platform / onyx-metrics

Licence: EPL-1.0 License
Instrument Onyx workflows.

Programming Languages

clojure
4091 projects
shell
77523 projects

onyx-metrics

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:

  1. run jmc (Java Mission Control) from your command line (Oracle Java JDK 1.8+ required).
  2. Select the correct running JVM in the left bar.
  3. Double click MBean Server.
  4. Expand "metrics" view.
  5. Select metrics.

You can also connect to running remote instances, after configuring remote JMX.

JMC

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].