Files
Lotty/infrastructure/configs/victoriametrics/vmagent.yaml
T
2026-02-24 20:24:54 +03:00

33 lines
671 B
YAML

global:
scrape_interval: 5s
scrape_configs:
- job_name: postgres
static_configs:
- targets:
- postgres-exporter:9187
- job_name: valkey
static_configs:
- targets:
- redis-exporter:9121
- job_name: celery
static_configs:
- targets:
- celery-exporter:9808
- job_name: otel-collector
static_configs:
- targets:
- otel-collector:8888
- job_name: vmagent
static_configs:
- targets:
- localhost:8429
- job_name: caddy
static_configs:
- targets:
- caddy:8404
- job_name: backend
static_configs:
- targets:
- backend:8080