prometheus: Add prometheus itself to monitoring

This commit is contained in:
Timo Makinen 2023-11-12 20:44:50 +00:00
parent 42d604a921
commit 5244f36adb

View file

@ -5,6 +5,11 @@ global:
evaluation_interval: 1m
scrape_configs:
- job_name: prometheus
static_configs:
- targets:
- "127.0.0.1:9090"
- job_name: node
scheme: https
tls_config: