proxy-pool/deploy/prometheus/prometheus.yml
youfak 155411ef23
Some checks are pending
ci / proto (push) Waiting to run
ci / test (ubuntu-latest) (push) Waiting to run
ci / test (windows-latest) (push) Waiting to run
ci / race (push) Waiting to run
ci / integration (push) Waiting to run
fix: align deployment manifests with available commands
2026-07-31 16:56:38 +08:00

21 lines
447 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
external_labels:
environment: local
rule_files:
- /etc/prometheus/rules/*.yml
scrape_configs:
- job_name: proxy-gateway
static_configs:
- targets: [gateway-a:9090, gateway-b:9090]
- job_name: proxy-controller
static_configs:
- targets: [controller:9090]
- job_name: haproxy
metrics_path: /metrics
static_configs:
- targets: [haproxy:8404]