From a82d92097b38d038db640af421e99c610a7ce812 Mon Sep 17 00:00:00 2001 From: amirhnajafiz Date: Thu, 16 Nov 2023 11:25:01 +0330 Subject: [PATCH] update: README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ffa4be3..d8fcda4 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ If you want to check Sanjab health and workers status, make the following http requests. ````shell -curl -i -X GET localhost # workers status -curl -i -X GET localhost/health # service health +curl -i -X GET localhost/metrics # metrics export +curl -i -X GET localhost/workers # workers status +curl -i -X GET localhost/health # service health ````