File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -309,16 +309,16 @@ jobs:
309
309
# Enable logs for debugging
310
310
#docker run --name prometheus -v $(pwd):/etc/prometheus -p 9090:9090 --link pushgateway:pushgateway prom/prometheus:latest --config.file=/etc/prometheus/prometheus.yml --web.listen-address=:9090 --log.level=debug
311
311
docker run -d --name prometheus -v $(pwd):/etc/prometheus -p 9090:9090 --link pushgateway:pushgateway prom/prometheus:latest --config.file=/etc/prometheus/prometheus.yml --web.listen-address=:9090 > prom.log 2>&1
312
- sleep 500
312
+ sleep 20
313
313
# Uncomment for troubleshooting.
314
314
printf '\n*****************\n'
315
315
printf '\n curl e2e_cpu_seconds_total \n'
316
316
curl http://localhost:9090/api/v1/query?query=e2e_cpu_seconds_total
317
- printf '\n*****************\n'
318
- printf '\n send_failures_total \n'
319
- curl 'http://localhost:9090/api/v1/query?query=prometheus_remote_storage_queue_send_failures_total'
320
- printf '\n*****************\n'
321
- printf '\n storage_retries_total \n'
322
- curl 'http://localhost:9090/api/v1/query?query=prometheus_remote_storage_retries_total'
317
+ # printf '\n*****************\n'
318
+ # printf '\n send_failures_total \n'
319
+ # curl 'http://localhost:9090/api/v1/query?query=prometheus_remote_storage_queue_send_failures_total'
320
+ # printf '\n*****************\n'
321
+ # printf '\n storage_retries_total \n'
322
+ # curl 'http://localhost:9090/api/v1/query?query=prometheus_remote_storage_retries_total'
323
323
324
324
You can’t perform that action at this time.
0 commit comments