Files
trader-ml/docker/prometheus/prometheus.yml
Tika da30ef19ed Initial commit — Trading AI Secure project complet
Architecture Docker (8 services), FastAPI, TimescaleDB, Redis, Streamlit.
Stratégies : scalping, intraday, swing. MLEngine + RegimeDetector (HMM).
BacktestEngine + WalkForwardAnalyzer + Optuna optimizer.
Routes API complètes dont /optimize async.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-08 17:38:09 +00:00

15 lines
300 B
YAML

global:
scrape_interval: 15s
evaluation_interval: 15s
scrape_configs:
- job_name: 'trading-api'
static_configs:
- targets: ['trading-api:8100']
metrics_path: /metrics
- job_name: 'trading-ml'
static_configs:
- targets: ['trading-ml:8200']
metrics_path: /metrics