mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-04 04:42:36 +02:00
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:
parent
44f8ce8834
commit
fed7e4ca08
3 changed files with 162 additions and 23 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue