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 the service broker with a "health check" endpoint for monitoring purpose #61

Open
redorff opened this issue May 28, 2019 · 1 comment

Comments

@redorff
Copy link
Contributor

redorff commented May 28, 2019

In critical environments, monitoring is a requirement.

So this service broker framework could offer an unauthenticated route like /status.

This route would be bound to a status() method in the ServiceBroker class.
By default, the status method would always return "OK".

Then, any developer using the framework could inherit or overload this status method for his own needs.

@eruvanos
Copy link
Owner

Update:
My idea is to document, how to implement this using project specific code.

The implementation for a broker that may provide multiple services in one would require a status response that can not be covered with a simple boolean.

Open for discussions :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants