splitting scrape configuration

This commit is contained in:
vpalmisano 2021-04-09 18:20:57 +02:00
parent 4aed2dd441
commit 1a5b0a04ca

View file

@ -23,4 +23,14 @@ scrape_configs:
# metrics_path defaults to '/metrics'
# scheme defaults to 'http'.
static_configs:
- targets: ['localhost:9090','node-exporter:9100','edumeet:8889']
- targets: ['localhost:9090','node-exporter:9100','edumeet:8889']
- job_name: 'edumeet'
scrape_interval: 15s
metrics_path: /metrics
scheme: http
#basic_auth:
# username: <string>
# password: <secret>
# password_file: <string>
static_configs:
- targets: ['edumeet:8889']