Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Health Check Endpoint #156

Open
JamesFrost opened this issue Apr 29, 2021 · 0 comments
Open

Add Health Check Endpoint #156

JamesFrost opened this issue Apr 29, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@JamesFrost
Copy link
Contributor

Having a dedicated endpoint that could be used to check the health of the service would help enable monitoring PagerBeauty deployments. This is a common pattern that can be used with other services.

We're currently using the /v1/schedules endpoint for health checking, but this isn't ideal, as it isn't the purpose of this endpoint. Additionally, this endpoint displays information about the schedules, and so should be authenticated.

Optionally, the health check endpoint could do some functional checks e.g. is the PagerDuty integration still working.

@sergiitk sergiitk added the enhancement New feature or request label Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants