-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathprometheus-master.yml
56 lines (53 loc) · 1.28 KB
/
prometheus-master.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
global:
scrape_interval: 5m
evaluation_interval: 5m
rule_files:
- "rules.yml"
alerting:
alertmanagers:
- static_configs:
- targets:
- localhost:9093
scrape_configs:
- job_name: "rpc-mon"
metrics_path: "/"
static_configs:
- targets: ["mon-eu-central.rpc-providers.net:80"]
- targets: ["mon-us-east.rpc-providers.net:80"]
- targets: ["mon-ap-southeast.rpc-providers.net:80"]
- job_name: "prometheus"
static_configs:
- targets: ["localhost:9090"]
# Job stakeworld
- job_name: "stakeworld"
scrape_interval: 15s
honor_labels: true
metrics_path: "/federate"
params:
"match[]":
- '{job="stakeworld"}'
static_configs:
- targets:
- monitor.stakeworld.io:9091
# Job GlobalStake
- job_name: "GlobalStake"
scrape_interval: 15s
honor_labels: true
metrics_path: "/federate"
params:
"match[]":
- '{job="GlobalStake"}'
static_configs:
- targets:
- '216.66.9.45:9090'
# Job provider ...
- job_name: "Helixstreet"
scrape_interval: 15s
honor_labels: true
metrics_path: "/federate"
params:
"match[]":
- '{job="Helixstreet"}'
static_configs:
- targets:
- 'rpc-prometheus.helixstreet.io:9090'