Add metrics for JSONAPI (#1345)

V3_GIT_ORIGIN_REV_ID: a2a0c4ba404dce98c851c8637917219fc5b2d625
This commit is contained in:
Daniel Harvey 2024-11-14 11:05:11 +00:00 committed by hasura-bot
parent f255b5e48a
commit 3cb1fc67f6

View File

@ -44,7 +44,7 @@ run-local-with-shell:
# start all the docker deps for running tests (not engine)
start-docker-test-deps:
# start connectors and wait for health
docker compose -f ci.docker-compose.yaml up --wait postgres postgres_connector custom_connector custom_connector_ndc_v01 auth_hook
docker compose -f ci.docker-compose.yaml up --wait postgres postgres_connector custom_connector custom_connector_ndc_v01
# start all the docker run time deps for the engine
start-docker-run-deps: