Ajout de dashboard Grafana

This commit is contained in:
2024-04-02 21:04:30 +02:00
parent d83e07e546
commit 6c0f79f5da
7 changed files with 5265 additions and 0 deletions

View File

@ -80,3 +80,10 @@ scrape_configs:
scrape_interval: 5s
static_configs:
- targets: ['10.12.1.14:8181']
- job_name: 'airflow'
# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s
static_configs:
- targets:
- '10.12.1.14:9102'