Configuration

global:
  scrape_interval: 15s
  scrape_timeout: 4s
  evaluation_interval: 15s
scrape_configs:
- job_name: gitlab
  honor_timestamps: true
  params:
    token:
    - DGozxqDhhYd_VKz3xg-o
  scrape_interval: 15s
  scrape_timeout: 4s
  metrics_path: /-/metrics
  scheme: https
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - git.fastnet.ch
- job_name: vflow
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 4s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - localhost:8081