global:
  scrape_interval: 15s
  evaluation_interval: 15s
  external_labels:
    monitor: roberto-portfolio
rule_files:
  - /etc/prometheus/recording-rules.yml
  - /etc/prometheus/alerts.yml
scrape_configs:
  - job_name: roberto-observability-command
    scheme: https
    metrics_path: /api/prometheus
    static_configs:
      - targets: [github-website-ed8.pages.dev]
        labels:
          environment: production
          platform: cloudflare-pages
  - job_name: prometheus
    static_configs:
      - targets: [prometheus:9090]
  - job_name: otel-collector
    static_configs:
      - targets: [otel-collector:8889]
