Configuration

global:
  scrape_interval: 15s
  scrape_timeout: 10s
  evaluation_interval: 15s
  external_labels:
    environment: as010.eu-north.insitech.network
rule_files:
- /etc/prometheus/rules/*.rules
scrape_configs:
- job_name: pgbouncer
  honor_timestamps: true
  scrape_interval: 30s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - 127.0.0.1:9127
- job_name: prometheus
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - as010.eu-north.insitech.network:9091
- job_name: postgres
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - d001-mvm.eu-north.armorjack.ru:9187
    - a001.glb.insitech.network:9187
    - d004.1c.insitech.network:9187
    - d001.cmfrt.insitechdev.ru:9187
    - d002.cmfrt.insitechdev.ru:9187
    - d003.cmfrt.insitechdev.ru:9187
    - d004.cmfrt.insitechdev.ru:9187
- job_name: kafka
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - k001-mvm.eu-north.armorjack.ru:9308
    - a001.glb.insitech.network:9308
    - k001.kafka-100.insitechdev.ru:9308
    - k001.cmfrt.insitechdev.ru:9308
- job_name: airflow-statsd
  honor_timestamps: true
  scrape_interval: 10s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - ds001.cmfrt.insitech.network:9102
- job_name: comfort-business-metrics
  honor_timestamps: true
  scrape_interval: 30s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - d004.cmfrt.insitechdev.ru:9109
- job_name: mysql
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  enable_http2: true
  relabel_configs:
  - source_labels: [__address__]
    separator: ;
    regex: ([^:]+):.*
    target_label: instance
    replacement: $1
    action: replace
  static_configs:
  - targets:
    - d001-vc.insitechdev.ru:9104