Yes, GMS has the `/admin` endpoint that returns `O...
# all-things-deployment
b
Yes, GMS has the
/admin
endpoint that returns
OK
. Frontend also has the same route: https://github.com/linkedin/datahub/blob/master/datahub-frontend/conf/routes#L9
s
Unfortunately, we don't have
/admin
endpoint on GMS, I also thought that it's a rest.li default but seems like it's not. Please refer to this isssue: https://github.com/linkedin/datahub/issues/1582
That being said we can manually add an admin endpoint for healthcheck purposes to GMS.
b
Argh nvm, it's added by the container not rest.li itself.
c
@bumpy-keyboard-50565 Can you elaborate? Is it already there?
b
No looks like we need to add it. Got confused with the internal version. That said, you can check the health of the frontend using the
/admin
endpoint, just not GMS at the moment.
👍 1
c
I'll give another PR for gms healthcheck page after completing this
b
Cool thanks.
c
frontend healthcheck page /admin is working fine.. It responds GOOD
👍 1