-
Notifications
You must be signed in to change notification settings - Fork 543
InfluxDB
LinShunKang edited this page Feb 4, 2022
·
8 revisions
MyPerf4J supports InfluxDB for data storage by default.
- MyPerf4J writes metrics in LineProtocol format to the user-specified InfluxDB.
Specific steps are as follows:
- Modify
MyPerf4JPropFile
- Configure
metrics.exporter=http.influxdb
- Configure
influxdb.host
、influxdb.port
、influxdb.database
etc.
- Configure
- MyPerf4J supports both InfluxDB v1.x and v2.x:
- InfluxDB v1.x
- InfluxDB v2.x
- Next Step
- MyPerf4J writes metrics in LineProtocol format to the user-specified log file.
- Read data from the log file via Telegraf and import it into InfluxDB.
Specific steps are as follows:
- Configure
MetricsProcessorType = 2
- InfluxDB v1.x
- Next Step
* Home
- Chinese-Doc
-
English Doc
- MyPerf4J
- Time Series Database
- Log Collector
- Visualization Platform