Skip to content

Commit

Permalink
Wait for emitted metrics (#16721)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored Mar 3, 2020
1 parent 95626b8 commit cdadced
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ if [[ ! -f "${CHECK_DATABASE_CREATED}" ]]; then
touch ${CHECK_DATABASE_CREATED}
fi

curl -s --insecure https://127.0.0.1:8070 >/dev/null
curl -s --insecure https://127.0.0.1:8070 | grep -q "node_cpu" >/dev/null
curl -s --insecure https://127.0.0.1:8070 | grep -q "listener_egress_bytes" >/dev/null

0 comments on commit cdadced

Please sign in to comment.