Configuration

global:
  scrape_interval: 15s
  scrape_timeout: 10s
  evaluation_interval: 15s
scrape_configs:
- job_name: immoparser
  honor_timestamps: true
  scrape_interval: 30s
  scrape_timeout: 30s
  metrics_path: /app/api/v1/metrics
  scheme: https
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - immoparser.amaiapp.com:443
    labels:
      instance: immoparser
      project: immoparser
- job_name: staging-services
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /v1/api/metrics
  scheme: https
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - staging.amaiapp.com:443
    labels:
      instance: staging
      project: services
- job_name: staging-services2
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /v1/api/metrics2
  scheme: https
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - staging.amaiapp.com:443
    labels:
      instance: staging
      project: services
- job_name: rws-services
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /v1/api/metrics
  scheme: https
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - rws.be:443
    labels:
      instance: rws
      project: services
- job_name: rws-services2
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /v1/api/metrics2
  scheme: https
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - rws.be:443
    labels:
      instance: rws
      project: services
- job_name: wijns-services
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /v1/api/metrics
  scheme: https
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - wijns.be:443
    labels:
      instance: wijns
      project: services
- job_name: wijns-services2
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /v1/api/metrics2
  scheme: https
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - wijns.be:443
    labels:
      instance: wijns
      project: services
- job_name: hetvastgoedkantoor-services
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /v1/api/metrics
  scheme: https
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - hetvastgoedkantoor.amai.immo:443
    labels:
      instance: hetvastgoedkantoor
      project: services
- job_name: hetvastgoedkantoor-services2
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /v1/api/metrics2
  scheme: https
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - hetvastgoedkantoor.amai.immo:443
    labels:
      instance: hetvastgoedkantoor
      project: services
- job_name: polares-services
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /v1/api/metrics
  scheme: https
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - polares.eu:443
    labels:
      instance: polares
      project: services
- job_name: polares-services2
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /v1/api/metrics2
  scheme: https
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - polares.eu:443
    labels:
      instance: polares
      project: services
- job_name: blackbox
  honor_timestamps: true
  params:
    module:
    - http_2xx
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /probe
  scheme: http
  follow_redirects: true
  enable_http2: true
  relabel_configs:
  - source_labels: [__address__]
    separator: ;
    regex: (.*)
    target_label: __param_target
    replacement: $1
    action: replace
  - source_labels: [__param_target]
    separator: ;
    regex: (.*)
    target_label: instance
    replacement: $1
    action: replace
  - separator: ;
    regex: (.*)
    target_label: __address__
    replacement: 127.0.0.1:9115
    action: replace
  static_configs:
  - targets:
    - https://staging.amaiapp.com
    - https://living-stone.be
    - https://rws.be
    - https://immomamo.be
    - https://immoparser.amaiapp.com
    - https://amai.immo
    - https://futuremarketing.agency
    - https://altro-vastgoed.be
    - https://altro-projects.be
    - https://altro-vastgoedgroep.be
    - https://wijns.be
    - https://verlimmo.be
    - https://immoblauw.be
    - https://century21hsh.be
    - https://polares.eu
    - https://immomezza.be
    - https://yess-vastgoed.be
    - https://immo-store.be
    - https://leefrente.be
    - https://trans-immo.be
    - https://wolff.be
    - https://devastgoedspecialist.be
    - https://verbafim.be
    - https://c21.be
    - https://geebelenvastgoed.be
    - https://seysvastgoed.be
    - https://residentie-dheye.be
    - https://estategroup.be
    - https://regiovastgoed.be
    - https://sensumvastgoed.be
    - https://min-us.be
    - https://pascalbuytaert.be
    - https://bmxhalle.be
    - https://premier-int.nl
    - https://staging.amaiapp.com/v1/api/ping
    - https://living-stone.be/v1/api/ping
    - https://rws.be/v1/api/ping
    - https://immomamo.be/v1/api/ping
    - https://amai.immo/v1/api/ping
    - https://wijns.be/v1/api/ping
    - https://verlimmo.be/v1/api/ping
    - https://immoblauw.be/v1/api/ping
    - https://century21hsh.be/v1/api/ping
    - https://polares.eu/v1/api/ping
    - https://immomezza.be/v1/api/ping
    - https://yess-vastgoed.be/v1/api/ping
    - https://immo-store.be/v1/api/ping
    - https://leefrente.be/v1/api/ping
    - https://trans-immo.be/v1/api/ping
    - https://wolff.be/v1/api/ping
    - https://devastgoedspecialist.be/v1/api/ping
    - https://verbafim.be/v1/api/ping
    - https://c21.be/v1/api/ping
    - https://sensumvastgoed.be/v1/api/ping
    - https://min-us.be/v1/api/ping
    - https://pascalbuytaert.be/v1/api/ping
    - https://bmxhalle.be/v1/api/ping
    - https://api.limited.amaiapp.com/ping
    - https://api.future-calendar.com/ping
    - https://hetvastgoedkantoor.amai.immo/hvgk_automation/ping
- job_name: blackbox_exporter
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - 127.0.0.1:9115