Skip to content

Commit

Permalink
Wait for emitted metrics (elastic#16721)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtojek authored and Marcin Tojek committed Mar 3, 2020
1 parent 48e0eac commit 9b380d7
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 9b380d7

Please sign in to comment.