- Added bookie & zookeeper to Prometheus stats

This commit is contained in:
Cyber MacGeddon 2025-01-02 16:08:16 +00:00
parent fd25d1bb11
commit f83536ef06

View file

@ -20,6 +20,18 @@ scrape_configs:
- targets:
- 'pulsar:8080'
- job_name: 'bookie'
scrape_interval: 5s
static_configs:
- targets:
- 'bookie:8000'
- job_name: 'zookeeper'
scrape_interval: 5s
static_configs:
- targets:
- 'zookeeper:8000'
- job_name: 'pdf-decoder'
scrape_interval: 5s
static_configs: