Add Prometeus Monitoring

This commit is contained in:
Florian Zirker 2023-02-07 13:50:20 +01:00
parent 19bd12f765
commit 5d1f750b59
4 changed files with 72 additions and 18 deletions

View file

@ -82,10 +82,7 @@
# urls = ["udp://127.0.0.1:8089"]
# urls = ["http://127.0.0.1:8086"]
## HTTP Basic Auth
username = "${INFLUXDB_HTTP_BASIC_AUTH_USER}"
password = "${INFLUXDB_HTTP_BASIC_AUTH_PASSWORD}"
urls = ["https://influxdb.florianzirker.de"] # required
urls = ["http://influxdb:8086"]
###############################################################################