Configuration

global:
  scrape_interval: 1m
  scrape_timeout: 5s
  evaluation_interval: 1m
scrape_configs:
- job_name: freqtrade
  honor_timestamps: true
  scrape_interval: 1m
  scrape_timeout: 5s
  metrics_path: /metrics
  scheme: http
  static_configs:
  - targets:
    - localhost:8090