Added prometheus with scrape options

This commit is contained in:
2024-11-16 22:26:23 +01:00
parent f839fa454e
commit 101a598f6f
9 changed files with 58 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
mode: "HTTP"
http:
host: "0.0.0.0"
port: 9100
authentication:
scheme: "NONE"
username: "username"
password: "password"
pushGateway:
job: "unifiedmetrics"
url: "http://pushgateway:9091"
authentication:
scheme: "NONE"
username: "username"
password: "password"
interval: 10