new/fallback/config/unifiedmetrics/driver/prometheus.yml

16 lines
308 B
YAML
Raw Normal View History

2024-11-16 22:26:23 +01:00
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