Support InfluxDB v2 metrics backend

This commit is contained in:
Dmitry Sharshakov
2022-02-09 17:32:12 +03:00
committed by GitHub
parent 5780dc2b15
commit ca55dfe1c6
16 changed files with 681 additions and 49 deletions

View File

@@ -281,6 +281,17 @@
addServicesLabels = true
[metrics.influxDB.additionalLabels]
foobar = "foobar"
[metrics.influxDB2]
address = "foobar"
token = "foobar"
pushInterval = "42s"
org = "foobar"
bucket = "foobar"
addEntryPointsLabels = true
addRoutersLabels = true
addServicesLabels = true
[metrics.influxDB2.additionalLabels]
foobar = "foobar"
[ping]
entryPoint = "foobar"