forked from rpc-providers/rpc-prometheus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprometheus-master.yml
More file actions
156 lines (152 loc) · 4.49 KB
/
prometheus-master.yml
File metadata and controls
156 lines (152 loc) · 4.49 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
global:
scrape_interval: 5m
evaluation_interval: 5m
remote_write:
- url: http://localhost:9009/api/v1/push
write_relabel_configs:
- source_labels: [__name__]
regex: (^rpc_.*|substrate_rpc_calls_started)
action: keep
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_name: "stakeworld"
scrape_interval: 15s
honor_labels: true
metrics_path: "/federate"
params:
"match[]":
- '{job="stakeworld", __name__=~".*substrate_rpc_calls_sta.*"}'
static_configs:
- targets:
- monitor.stakeworld.io:9091
- job_name: "GlobalStake"
scrape_interval: 15s
honor_labels: true
metrics_path: "/federate"
params:
"match[]":
- '{job="GlobalStake", __name__=~".*substrate_rpc_calls_sta.*"}'
static_configs:
- targets:
- '216.66.9.45:9090'
- job_name: "Helixstreet"
scrape_interval: 15s
honor_labels: true
metrics_path: "/federate"
params:
"match[]":
- '{job="Helixstreet", __name__=~".*substrate_rpc_calls_sta.*"}'
static_configs:
- targets:
- 'rpc-prometheus.helixstreet.io:9090'
- job_name: "Dwellir"
scrape_interval: 15s
honor_labels: true
metrics_path: "/federate"
params:
"match[]":
- '{job="Dwellir", __name__=~".*substrate_rpc_calls_sta.*"}'
scheme: https
tls_config:
insecure_skip_verify: true
static_configs:
- targets: ['rpc-monitoring.dwellir.com']
- job_name: "blockops"
scrape_interval: 15s
honor_labels: true
metrics_path: "/federate"
params:
"match[]":
- '{job="blockops", __name__=~".*substrate_rpc_calls_sta.*"}'
static_configs:
- targets:
- blockops-rpc-prometheus.blockops.network:443
scheme: https
- job_name: "RadiumBlock"
scrape_interval: 15s
honor_labels: true
static_configs:
- targets:
- "polkadot-public-rpc.prometheus.radiumblock.co:80"
labels:
__metrics_path__: /polkadot
- targets:
- "polkadot-public-rpc.prometheus.radiumblock.co:80"
labels:
__metrics_path__: /bridgehub-polkadot
- targets:
- "polkadot-public-rpc.prometheus.radiumblock.co:80"
labels:
__metrics_path__: /kusama
- targets:
- "polkadot-public-rpc.prometheus.radiumblock.co:80"
labels:
__metrics_path__: /statemine
- targets:
- "polkadot-public-rpc.prometheus.radiumblock.co:80"
labels:
__metrics_path__: /statemint
- targets:
- "polkadot-public-rpc.prometheus.radiumblock.co:80"
labels:
__metrics_path__: /bridgehub-kusama
- targets:
- "polkadot-public-rpc.prometheus.radiumblock.co:80"
labels:
__metrics_path__: /collectives
- targets:
- "polkadot-public-rpc.prometheus.radiumblock.co:80"
labels:
__metrics_path__: /people-polkadot
- targets:
- "polkadot-public-rpc.prometheus.radiumblock.co:80"
labels:
__metrics_path__: /people-kusama
- targets:
- "polkadot-public-rpc.prometheus.radiumblock.co:80"
labels:
__metrics_path__: /coretime-polkadot
- targets:
- "polkadot-public-rpc.prometheus.radiumblock.co:80"
labels:
__metrics_path__: /westend
# onfinality
- job_name: "onfinality"
scrape_interval: 15s
honor_labels: true
metrics_path: "/federate"
scheme: https
tls_config:
insecure_skip_verify: true
params:
"match[]":
- '{job="onfinality", __name__=~".*substrate_rpc_calls_sta.*"}'
static_configs:
- targets: ['rpc-prometheus-eu.onfinality.io']
- targets: ['rpc-prometheus-hm.onfinality.io']
- targets: ['rpc-prometheus-nv.onfinality.io']
# simplystaking
- job_name: "Simply Staking"
scrape_interval: 15s
honor_labels: true
metrics_path: "/federate"
params:
"match[]":
- '{job="Simply Staking", __name__=~".*substrate_rpc_calls_sta.*"}'
static_configs:
- targets: ['50.21.167.187:9090']