-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support for system level health check procedures #37
Comments
@jmesnil Are you willing to draft a design proposal how these procedures could be discovered/registered? I.e. does it require an SPI for that? |
I'm not sure we need to specify how these "system" health check procedures are discovered and registered. This is internal to the spec implementation (some might use CDI, others have their own injection system). Depending on the outcome of #34, we may simply state in the spec that some namespace (e.g. |
Relation with system should be considered in a broader scope and after 1.1 and introduction of #35 |
This issue is vendor specific and cannot be addressed at specification level |
From @jmesnil
The server runtime could also provide some HealthCheckProcedure that are not application-dependent (e.g. JVM memory, disk space, CPU load). These procedures need to be accessed from a HTTP endpoint not provided by the application (e.g. /health)
The text was updated successfully, but these errors were encountered: