Pulsar resilience refactor (#238)

* Add userID control over compose containers
* Split Pulsar out, non-standalone
* Added bookie & zookeeper to Prometheus stats
This commit is contained in:
cybermaggedon 2025-01-02 19:50:23 +00:00 committed by GitHub
parent 44f8ce8834
commit fed7e4ca08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 162 additions and 23 deletions

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: