This repository contains JSON file exported from Grafana. This JSON file shows metrics collected by JVM Profiler. Below is the architecture diagram for Performance Monitoring System. Read the article at InfoQ
This Performance Monitoring System is based on Uber JVM Profiler. InfluxDBOutputReporter
has been merged with Uber code base and it is now available here. Use below command to build the jvm-profiler.jar
with InfluxDBOutputReporter.
git clone https://github.com/uber-common/jvm-profiler.git
mvn -P influxdb clean package