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 #17

Open
sivasamyk opened this issue Nov 20, 2018 · 0 comments
Open

Add health check endpoint #17

sivasamyk opened this issue Nov 20, 2018 · 0 comments
Assignees

Comments

@sivasamyk
Copy link
Contributor

Add /health HTTP endpoint to the agent to be used when the agent is running in container/k8s environment. Initial implementation can start with simple boolean return value like 200 OK and 500 Error. The health can return an error when there are issues with config files (invalid YAMLs, cannot find file etc) or config params (invalid token). If an agent has issues with connection to application etc, it should still report 200 OK.

@sivasamyk sivasamyk self-assigned this Nov 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant