Initial clean commit
This commit is contained in:
commit
6784d81c2c
141 changed files with 25219 additions and 0 deletions
21
monitoring/prometheus.yml
Normal file
21
monitoring/prometheus.yml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'prometheus'
|
||||
static_configs:
|
||||
- targets: ['localhost:9090']
|
||||
|
||||
- job_name: 'cadvisor'
|
||||
static_configs:
|
||||
- targets: ['cadvisor:8080']
|
||||
|
||||
# If we had Node Exporter (for host metrics):
|
||||
# - job_name: 'node_exporter'
|
||||
# static_configs:
|
||||
# - targets: ['node-exporter:9100']
|
||||
|
||||
# If the app exposes metrics (e.g. Flask/Gunicorn with prometheus_client)
|
||||
# - job_name: 'rss2_web'
|
||||
# static_configs:
|
||||
# - targets: ['rss2_web:8000']
|
||||
Loading…
Add table
Add a link
Reference in a new issue