Skip to content

Commit

Permalink
added prometheus to dev startup script
Browse files Browse the repository at this point in the history
  • Loading branch information
ioncache committed Dec 4, 2020
1 parent d639720 commit d6c0ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kong migrations bootstrap

KONG_STATUS="$(kong health | grep running -o)"

export KONG_PLUGINS=cors,jwt,jwt-claims-headers,permission-middleware,rate-limiting
export KONG_PLUGINS=cors,jwt,jwt-claims-headers,permission-middleware,prometheus,rate-limiting

echo "******************************"
echo "Starting Kong"
Expand Down

0 comments on commit d6c0ecd

Please sign in to comment.