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

Provide a readiness check endpoint #68

Open
negz opened this issue May 20, 2021 · 0 comments
Open

Provide a readiness check endpoint #68

negz opened this issue May 20, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@negz
Copy link
Member

negz commented May 20, 2021

What problem are you facing?

xgql currently has support for metrics and tracing, but there's no simple way to detect whether the xgql pod is in a fundamentally broken state. The most common reason xgql might be completely non-functional would be because it can't reach the API server.

How could xgql help solve your problem?

xgql could add a readiness endpoint (e.g. /ready) that returned 200 OK if some basic sanity checks passed, e.g. that the Kubernetes API server was reachable.

@negz negz added the enhancement New feature or request label May 20, 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

1 participant