Skip to content

Commit

Permalink
Fix up metric value
Browse files Browse the repository at this point in the history
  • Loading branch information
jordap committed Aug 27, 2024
1 parent dd5003c commit be5e6df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Wait for Omnistat
run: >
timeout 15m bash -c \
'until [[ $(curl -s -g "localhost:9090/api/v1/query?query=up{instance=\"node1:8000\"}>1" | jq ".data.result|length") != 0 ]]; do \
'until [[ $(curl -s -g "localhost:9090/api/v1/query?query=up{instance=\"node1:8000\"}>0" | jq ".data.result|length") != 0 ]]; do \
echo "Waiting for Omnistat..."; \
sleep 15; \
done'
Expand Down

0 comments on commit be5e6df

Please sign in to comment.