-
Notifications
You must be signed in to change notification settings - Fork 4
/
prometheus.yml
60 lines (52 loc) · 1.01 KB
/
prometheus.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
global:
scrape_interval: 15s
scrape_timeout: 10s
evaluation_interval: 15s
alerting:
alertmanagers:
- static_configs:
- targets: []
scheme: http
timeout: 10s
api_version: v1
scrape_configs:
#- job_name: prometheus
# honor_timestamps: true
# metrics_path: /metrics
# scheme: http
# static_configs:
# - targets:
# - localhost:9090
# - node-exporter:9100
#- job_name: grafana
# metrics_path: /metrics
# scheme: http
# static_configs:
# - targets:
# - localhost:3000
- job_name: dht
metrics_path: /metrics
scheme: http
static_configs:
- targets:
- host.docker.internal:7777
- job_name: dht_crawler
metrics_path: /metrics
scheme: http
static_configs:
- targets:
- host.docker.internal:8080
- job_name: lbcd
metrics_path: /
scheme: http
scrape_interval: 60s
static_configs:
- targets:
- host.docker.internal:2114
- job_name: wallet_sync
metrics_path: /metrics
scheme: https
scrape_interval: 60s
static_configs:
- targets:
- dev.lbry.id:443