File tree Expand file tree Collapse file tree 4 files changed +0
-21
lines changed Expand file tree Collapse file tree 4 files changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -194,15 +194,6 @@ services:
194
194
hydra_net :
195
195
ipv4_address : 172.16.238.5
196
196
197
- node-exporter :
198
- image : prom/node-exporter:latest
199
- container_name : node-exporter
200
- ports :
201
- - " 9100:9100"
202
- networks :
203
- hydra_net :
204
- ipv4_address : 172.16.238.6
205
-
206
197
grafana :
207
198
image : grafana/grafana:latest
208
199
container_name : grafana
Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ scrape_configs:
28
28
static_configs :
29
29
- targets : ['0.0.0.0:9090']
30
30
31
- - job_name : ' node_exporter'
32
- static_configs :
33
- - targets : ['node-exporter:9100']
34
-
35
31
- job_name : ' hydra_nodes'
36
32
37
33
# metrics_path defaults to '/metrics'
Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ scrape_configs:
28
28
static_configs :
29
29
- targets : ['0.0.0.0:9090']
30
30
31
- - job_name : ' node_exporter'
32
- static_configs :
33
- - targets : ['localhost:9100']
34
-
35
31
- job_name : ' hydra_nodes'
36
32
37
33
# metrics_path defaults to '/metrics'
Original file line number Diff line number Diff line change 211
211
# Ensure test starts only after devnet has been prepared
212
212
depends_on . "prepare-devnet" . condition = "process_completed" ;
213
213
} ;
214
- node-exporter = {
215
- command = "${ pkgs . prometheus-node-exporter } /bin/node_exporter --web.listen-address=:9100" ;
216
- } ;
217
214
prometheus = {
218
215
working_dir = "./demo" ;
219
216
command = ''
223
220
--web.listen-address=127.0.0.1:9090
224
221
'' ;
225
222
depends_on = {
226
- "node-exporter" . condition = "process_started" ;
227
223
"hydra-node-alice" . condition = "process_started" ;
228
224
"hydra-node-bob" . condition = "process_started" ;
229
225
"hydra-node-carol" . condition = "process_started" ;
You can’t perform that action at this time.
0 commit comments