mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
16 lines
332 B
YAML
16 lines
332 B
YAML
scrape_configs:
|
|
- job_name: prometheus
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
|
|
- job_name: node
|
|
scrape_interval: 15s
|
|
static_configs:
|
|
- targets: ['localhost:9100']
|
|
|
|
- job_name: cgrates
|
|
metrics_path: /prometheus
|
|
scrape_interval: 15s
|
|
static_configs:
|
|
- targets: ['localhost:2080']
|