prometheus: Add prometheus itself to monitoring
This commit is contained in:
parent
42d604a921
commit
5244f36adb
1 changed files with 5 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue