Configuration

global:
  scrape_interval: 30s
  scrape_timeout: 10s
  evaluation_interval: 5s
  external_labels:
    env: production
rule_files:
- /etc/prometheus/rules/up.yml
scrape_configs:
- job_name: prometheus
  honor_timestamps: true
  scrape_interval: 5m
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  static_configs:
  - targets:
    - localhost:9090
- job_name: jira
  honor_timestamps: true
  scrape_interval: 15s
  scrape_timeout: 10s
  metrics_path: /metrics
  scheme: http
  follow_redirects: true
  static_configs:
  - targets:
    - 10.1.0.100:9100