26 lines
679 B
YAML
26 lines
679 B
YAML
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
|
|
rule_files:
|
|
# - "first_rules.yml"
|
|
# - "second_rules.yml"
|
|
|
|
scrape_configs:
|
|
# The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
|
|
- job_name: 'prometheus'
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
|
|
# Add other services as they become available
|
|
# - job_name: 'trading-bot'
|
|
# static_configs:
|
|
# - targets: ['localhost:3001']
|
|
|
|
# - job_name: 'market-data-gateway'
|
|
# static_configs:
|
|
# - targets: ['localhost:3002']
|
|
|
|
# - job_name: 'risk-guardian'
|
|
# static_configs:
|
|
# - targets: ['localhost:3003']
|