Configuration

global:
  scrape_interval: 3s
  scrape_timeout: 3s
  evaluation_interval: 3s
  external_labels:
    monitor: example
alerting:
  alertmanagers:
  - follow_redirects: true
    enable_http2: true
    scheme: http
    timeout: 10s
    api_version: v2
    static_configs:
    - targets:
      - localhost:9093
scrape_configs:
- job_name: prometheus
  honor_timestamps: true
  scrape_interval: 5s
  scrape_timeout: 5s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - localhost:9090
- job_name: node
  honor_timestamps: true
  scrape_interval: 3s
  scrape_timeout: 3s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - localhost:9100
- job_name: cosmos_nodes
  honor_timestamps: true
  scrape_interval: 3s
  scrape_timeout: 3s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - 52.68.128.146:26660
    labels:
      instance: private-consensus-ap-northeast-1-rpc-01
      node_name: private-consensus-ap-northeast-1-rpc-01
      node_type: rpc
  - targets:
    - 54.150.213.159:26660
    labels:
      instance: private-consensus-ap-northeast-1-rpc-02
      node_name: private-consensus-ap-northeast-1-rpc-02
      node_type: rpc
  - targets:
    - 52.68.102.248:26660
    labels:
      instance: private-consensus-ap-northeast-1-validator-01
      node_name: private-consensus-ap-northeast-1-validator-01
      node_type: validator
  - targets:
    - 18.182.74.89:26660
    labels:
      instance: private-consensus-ap-northeast-1-validator-02
      node_name: private-consensus-ap-northeast-1-validator-02
      node_type: validator
  - targets:
    - 52.197.168.127:26660
    labels:
      instance: private-consensus-ap-northeast-1-validator-03
      node_name: private-consensus-ap-northeast-1-validator-03
      node_type: validator
  - targets:
    - 52.195.252.147:26660
    labels:
      instance: private-consensus-ap-northeast-1-validator-04
      node_name: private-consensus-ap-northeast-1-validator-04
      node_type: validator
  - targets:
    - 52.69.195.228:26660
    labels:
      instance: private-consensus-ap-northeast-1-validator-05
      node_name: private-consensus-ap-northeast-1-validator-05
      node_type: validator
  - targets:
    - 43.206.46.28:26660
    labels:
      instance: private-consensus-ap-northeast-1-validator-06
      node_name: private-consensus-ap-northeast-1-validator-06
      node_type: validator
  - targets:
    - 52.194.150.175:26660
    labels:
      instance: private-consensus-ap-northeast-1-validator-07
      node_name: private-consensus-ap-northeast-1-validator-07
      node_type: validator
  - targets:
    - 52.196.33.15:26660
    labels:
      instance: private-consensus-ap-northeast-1-validator-08
      node_name: private-consensus-ap-northeast-1-validator-08
      node_type: validator
  - targets:
    - 52.197.69.50:26660
    labels:
      instance: private-consensus-ap-northeast-1-validator-09
      node_name: private-consensus-ap-northeast-1-validator-09
      node_type: validator
  - targets:
    - 54.178.38.220:26660
    labels:
      instance: private-consensus-ap-northeast-1-validator-10
      node_name: private-consensus-ap-northeast-1-validator-10
      node_type: validator
- job_name: node_exporter
  honor_timestamps: true
  scrape_interval: 3s
  scrape_timeout: 3s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  enable_http2: true
  static_configs:
  - targets:
    - 52.68.128.146:59100
    labels:
      instance: private-consensus-ap-northeast-1-rpc-01
      node_name: private-consensus-ap-northeast-1-rpc-01
      node_type: rpc
  - targets:
    - 54.150.213.159:59100
    labels:
      instance: private-consensus-ap-northeast-1-rpc-02
      node_name: private-consensus-ap-northeast-1-rpc-02
      node_type: rpc
  - targets:
    - 52.68.102.248:59100
    labels:
      instance: private-consensus-ap-northeast-1-validator-01
      node_name: private-consensus-ap-northeast-1-validator-01
      node_type: validator
  - targets:
    - 18.182.74.89:59100
    labels:
      instance: private-consensus-ap-northeast-1-validator-02
      node_name: private-consensus-ap-northeast-1-validator-02
      node_type: validator
  - targets:
    - 52.197.168.127:59100
    labels:
      instance: private-consensus-ap-northeast-1-validator-03
      node_name: private-consensus-ap-northeast-1-validator-03
      node_type: validator
  - targets:
    - 52.195.252.147:59100
    labels:
      instance: private-consensus-ap-northeast-1-validator-04
      node_name: private-consensus-ap-northeast-1-validator-04
      node_type: validator
  - targets:
    - 52.69.195.228:59100
    labels:
      instance: private-consensus-ap-northeast-1-validator-05
      node_name: private-consensus-ap-northeast-1-validator-05
      node_type: validator
  - targets:
    - 43.206.46.28:59100
    labels:
      instance: private-consensus-ap-northeast-1-validator-06
      node_name: private-consensus-ap-northeast-1-validator-06
      node_type: validator
  - targets:
    - 52.194.150.175:59100
    labels:
      instance: private-consensus-ap-northeast-1-validator-07
      node_name: private-consensus-ap-northeast-1-validator-07
      node_type: validator
  - targets:
    - 52.196.33.15:59100
    labels:
      instance: private-consensus-ap-northeast-1-validator-08
      node_name: private-consensus-ap-northeast-1-validator-08
      node_type: validator
  - targets:
    - 52.197.69.50:59100
    labels:
      instance: private-consensus-ap-northeast-1-validator-09
      node_name: private-consensus-ap-northeast-1-validator-09
      node_type: validator
  - targets:
    - 54.178.38.220:59100
    labels:
      instance: private-consensus-ap-northeast-1-validator-10
      node_name: private-consensus-ap-northeast-1-validator-10
      node_type: validator