init
This commit is contained in:
commit
4b499a1767
5 changed files with 259 additions and 0 deletions
prometheus
7
prometheus/config.yaml
Normal file
7
prometheus/config.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "prometheus"
|
||||
static_configs:
|
||||
- targets: ["localhost:9090"]
|
Loading…
Add table
Add a link
Reference in a new issue