pulumi-docker/prometheus.yml

9 lines
240 B
YAML

scrape_configs:
- job_name: 'postgres'
static_configs:
- targets: ['localhost:8000'] # Le script expose les métriques sur ce port
- job_name: 'odoo'
static_configs:
- targets: ['localhost:8000'] # Idem pour Odoo