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

onyx-platform/onyx-metrics

0.12.x
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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