feat(monitoring): fixes issues

This commit is contained in:
Maieul BOYER 2025-12-17 21:00:21 +01:00
parent 3fd3635fd1
commit 41fdbfbaaa
No known key found for this signature in database
3 changed files with 15 additions and 14 deletions

View file

@ -6,7 +6,7 @@ datasources:
type: prometheus
uid: prometheus
access: proxy
url: http://monitoring-prometheus:9090
url: http://mon-prometheus:9090
isDefault: true
jsonData:
timeInterval: 15s

View file

@ -4,11 +4,11 @@ global:
scrape_configs:
- job_name: 'prometheus'
static_configs:
- targets: ['monitoring-prometheus:9090']
- targets: ['mon-prometheus:9090']
- job_name: 'cadvisor'
static_configs:
- targets: ['monitoring-cadvisor:8080']
- targets: ['mon-cadvisor:8080']
- job_name: 'blackbox'
metrics_path: /probe
@ -30,4 +30,4 @@ scrape_configs:
target_label: instance
- target_label: __address__
replacement: monitoring-blackbox:9115
replacement: mon-blackbox:9115