Supported data sources¶
binjr can consume time series data provided by the following data sources:
Name | Description | Built-in1 | Source type |
---|---|---|---|
JRDS | A performance monitoring application written in Java. | Remote | |
Netdata | Distributed, real-time performance and health monitoring for systems and applications. | Remote | |
RRD Files | Round-Robin Database files produced by RRDtool and RRD4J. | Local files | |
CSV Files | Comma Separated Values files. | Local files | |
Log Files | Text based, semi-structured log files. | Local files | |
JDK Flight Recoder | Low-overhead data collection framework for troubleshooting Java applications and the HotSpot JVM. | Local files | |
Demo Adapter | A plugin for binjr that provides data sources for demonstration purposes. | Local files |
-
Support for data sources not marked as ‘Built-in’ requires additional plugins. ↩