Skip to content

Commit

Permalink
modifying ritchie metrics endpoint (ZupIT#658)
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno N. Melo <brunonobrega.melo@gmail.com>
  • Loading branch information
viniciusramosdefaria authored and brunonmelo committed Nov 12, 2020
1 parent dd5c2ef commit fe25060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/scripts/routing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function metric_server {
elif expr "$VERSION" : '.*stg.*' >/dev/null; then
echo "https://ritchie-metrics.stgdennis.zup.io/v2/metrics"
elif expr "$VERSION" : '^[0-9]\+' >/dev/null; then
echo "https://ritchie-metrics.zup.io/v2/metrics"
echo "https://ritchie-metrics.prddennis.zup.io/v2/metrics"
else
echo ""
fi
Expand Down

0 comments on commit fe25060

Please sign in to comment.