io.helidon.webserver.observe.health.HealthObserver
Description
Configuration of Health observer
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
endpoint | String | health | N/A |
details | Boolean | false | Whether details should be printed |
exclude | List<String> | Health check names to exclude in computing the overall health of the server | |
use-system-services | Boolean | true | Whether to use services discovered by java.util.ServiceLoader |
Usages
See the manifest for all available types.