Skip to content

Commit

Permalink
Merge branch 'prom' of https://github.com/gemfast/server into prom
Browse files Browse the repository at this point in the history
  • Loading branch information
gscho committed Oct 30, 2023
2 parents 7861196 + d4a27fa commit 4ac2463
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/run_smoke_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ if [ "$numGems" != "$numGemsBackup" ]; then
exit 1
fi

metrics=$(curl -s localhost:2020/metrics | grep "gemfast")
metrics=$(curl -s http://localhost/metrics | grep "gemfast")
if [[ $metrics == "" ]] ; then
echo "Metrics endpoint is not working"
fi
exit 1
fi

0 comments on commit 4ac2463

Please sign in to comment.