global:
  scrape_interval: 5s
scrape_configs:
  - job_name: "reportfy-backend-metrics"
    metrics_path: /api/v1/metrics
    static_configs:
      - targets: ["host.docker.internal:4000"]