mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-16 16:51:02 +02:00
- Added bookie & zookeeper to Prometheus stats
This commit is contained in:
parent
fd25d1bb11
commit
f83536ef06
1 changed files with 12 additions and 0 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