Skip to content

Commit

Permalink
docs(monitoring): add health check endpoint (#10033)
Browse files Browse the repository at this point in the history
  • Loading branch information
kopax-polyconseil authored Mar 12, 2024
1 parent 2de0e62 commit 3fcc372
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/advanced/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,8 @@ docker-compose -p datahub \

We set up quickstart.sh, dev.sh, and dev-without-neo4j.sh to add the above docker-compose when MONITORING=true. For
instance `MONITORING=true ./docker/quickstart.sh` will add the correct env variables to start collecting traces and
metrics, and also deploy Jaeger, Prometheus, and Grafana. We will soon support this as a flag during quickstart.
metrics, and also deploy Jaeger, Prometheus, and Grafana. We will soon support this as a flag during quickstart.

## Health check endpoint

For monitoring healthiness of your DataHub service, `/admin` endpoint can be used.

0 comments on commit 3fcc372

Please sign in to comment.