Add sink for InfluxDB (with the original InfluxDB client)

This commit is contained in:
Thomas Roehl
2021-03-26 16:48:09 +01:00
parent e92f54b411
commit f822f00cdc
6 changed files with 153 additions and 27 deletions

View File

@@ -3,7 +3,9 @@
"user": "admin",
"password": "12345",
"host": "localhost",
"port": "8080"
"port": "8080",
"database": "testdb",
"type": "influxdb"
},
"interval" : 3,
"duration" : 1,