Uptime monitoring
Any best practices or documentation for uptime monitoring with convex? I'd like to use for example betterstack to be able to ping my custom domain and notify me of any issues, but I cant find any documentation or examples on how it can be done, especially for the web socket endpoint. I'd prefer a standard /healthz endpoint to ping that returns 200 then it is alive and well
2 Replies
hi @kennethlynne we don't currently export a healthz endpoint but you can use
/instance_name
if that works for your use-case
e.g., https://exciting-bat-852.convex.cloud/instance_name
lmk if you specifically need healthz
and we can likely add itThanks! That should do just fine, but I think exposing a healthz that does not expose any internals would be preferable in the future + some docs on the website for uptime monitoring. You could even upsell integrations for uptime monitoring for worried clients like me
I just need something to ping from my betterstack setup to get a unified overview of how things look