- HealthSupport (health) Configuration
Type: io.helidon.health.HealthSupport
This is a standalone configuration type, prefix from configuration root:
health
Configuration Options
| key | type | default value | description |
|---|---|---|---|
cors | Sets the cross-origin config builder for use in establishing CORS support for the service endpoints. | ||
enabled | boolean | true | HealthSupport can be disabled by invoking this method. |
exclude | string[] | Add health checks to a black list. Health check results that match by name with a blacklisted records will not be part of the result. | |
exclude-classes | Class<?>[] | A class may be excluded from invoking health checks on it. This allows configurable approach to disabling broken health-checks. | |
include | string[] | Add health checks to a white list (in case #includeAll is set to | |
routing | string | Sets the routing name to use for setting up the service’s endpoint. | |
timeout-millis | long | 10000 | health endpoint timeout (ms) |
web-context | string | Sets the web context to use for the service’s endpoint. |