Skip to content
This repository has been archived by the owner on Jul 4, 2018. It is now read-only.

onyx-platform/onyx-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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