Configuration

global:
  scrape_interval: 15s
  scrape_timeout: 10s
  evaluation_interval: 1m
alerting:
  alertmanagers:
  - follow_redirects: true
    scheme: http
    timeout: 10s
    api_version: v2
    static_configs:
    - targets:
      - 84.247.141.83:9095
      - 84.247.140.214:9095
      - 173.212.199.3:9095
      - 84.247.161.109:9095
      - 188.245.149.180:9095
rule_files:
- /etc/prometheus/alert.rules
scrape_configs:
- job_name: prometheus
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  static_configs:
  - targets:
    - localhost:9100
- job_name: grafana
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  static_configs:
  - targets:
    - localhost:3000
- job_name: jaeger
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  static_configs:
  - targets:
    - 209.38.166.193:14269
- job_name: node_exporter
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  static_configs:
  - targets:
    - 84.247.141.83:9200
    - 84.247.140.214:9200
    - 173.212.199.3:9300
    - 84.247.161.109:9200
    - 188.245.149.180:9200
- job_name: cadvisor
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  static_configs:
  - targets:
    - 84.247.141.83:8084
    - 84.247.140.214:8084
    - 173.212.199.3:8084
    - 84.247.161.109:8084
    - 188.245.149.180:8084
- job_name: blackbox_exporter
  honor_timestamps: true
  params:
    module:
    - http_2xx
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /probe
  scheme: http
  follow_redirects: 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: 84.247.161.109:9115
    action: replace
  static_configs:
  - targets:
    - https://notes.api.infraforg.com/health
    - https://teomazivila.com
    - https://jechengenharia.com
    - https://vault.saferlimitada.com
    - https://grafana.infraforg.com
    - https://docs.infraforg.com
    - https://keycloak.infraforg.com
    - https://auth.jechengenharia.com/api/v1/health
    - https://receitas.teomazivila.com
    - https://employee.jechengenharia.com/health
    - https://saferlimitada.com
    - https://saferlda.com
    - https://project.jechengenharia.com/api/v1/actuator/health
    - https://adminapi.saferlimitada.com/actuator/health
    - https://userapi.saferlimitada.com/actuator/health
- job_name: nginx
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  static_configs:
  - targets:
    - 150.203.165.118:9113
- job_name: postgres
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  static_configs:
  - targets:
    - 84.247.161.109:9187