mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
9 lines
240 B
YAML
9 lines
240 B
YAML
scrape_configs:
|
|
- job_name: 'jmx'
|
|
scrape_interval: 10s
|
|
static_configs:
|
|
- targets:
|
|
- 'host.docker.internal:4318'
|
|
- 'datahub-gms:4318'
|
|
- 'datahub-mae-consumer:4318'
|
|
- 'datahub-mce-consumer:4318' |