Rank 3: Container
So i wanted to monitor everything on my appwrite instance tho it seams like there is no API scope available for thoses.
Looking at : https://appwrite.io/docs/references/1.8.x/server-nodejs/health I should be able to create an API key and use it to healthcheck if appwrite is still online. But i can't create an API key with the scope health.read which is required for thoses endpoint.
So now i would have multiple question.
Is it possible to run a healthcheck ? on Cloud ? and on Self-Hosted ?
If yes, how should we setup the keys ? (what scope are needed and if not in the UI how to enable them)