12 lines
337 B
YAML
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']}]
|