Files
siem-backend/deploy/prometheus/prometheus.yml
groot c49bfa1c34
Some checks failed
release-tag / release-image (push) Failing after 5m54s
Vollständiges Redesign
2026-07-23 14:45:35 +02:00

12 lines
337 B
YAML

global:
scrape_interval: 15s
scrape_configs:
- job_name: siem-ingress
static_configs: [{targets: ['ingress:8080']}]
- job_name: redpanda
metrics_path: /public_metrics
static_configs: [{targets: ['redpanda:9644']}]
- job_name: clickhouse
metrics_path: /metrics
static_configs: [{targets: ['clickhouse:9363']}]