summaryrefslogtreecommitdiff
path: root/monitoring/prometheus.yml
blob: b6dc853fdf58b94ebe972182ce500a5362752853 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
global:
  scrape_interval: 15s
scrape_configs:
  - job_name: "trading-services"
    authorization:
      type: Bearer
      credentials: "${METRICS_AUTH_TOKEN}"
    static_configs:
      - targets:
          - "data-collector:8080"
          - "strategy-engine:8081"
          - "order-executor:8082"
          - "portfolio-manager:8083"