Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 893 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 893 Bytes

Spark InfluxDB Grafana

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

Performance Monitoring System Architecture

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