all repos

onasty @ 87e5f907f15cd68fab95e58ea44392d4cbcde839

a one-time notes service

onasty/infra/prometheus/prometheus.yml(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
global:
  scrape_interval: 5s
  scrape_timeout: 2s
  evaluation_interval: 15s

scrape_configs:
  - job_name: core
    metrics_path: /metrics
    scheme: http
    follow_redirects: true
    honor_timestamps: true
    static_configs:
    - targets: [core:8001]