projetPulumi/prometheus.yml
2024-11-25 00:51:34 +01:00

20 lines
377 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: 'postgres'
static_configs:
- targets: ['db:5432']
- job_name: 'odoo'
static_configs:
- targets: ['odoo-0:8069', 'odoo-1:8069']
- job_name: 'grafana'
static_configs:
- targets: ['grafana:3000']
- job_name: 'fluentd'
static_configs:
- targets: ['fluentd:24224']