io.helidon.webserver.observe.ObserveFeature
Description
Configuration for observability feature itself
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
endpoint | String | /observe | Root endpoint to use for observe providers |
weight | Double | 80.0 | Change the weight of this feature |
sockets | List<String> | Sockets the observability endpoint should be exposed on | |
enabled | Boolean | true | Whether the observe support is enabled |
observers | List<Observer> | Observers to use with this observe features | |
observers-discover-services | Boolean | true | Whether to enable automatic service discovery for observers |
Deprecated Options
| Key | Type | Description |
|---|---|---|
cors | CrossOriginConfig | Cors support inherited by each observe provider, unless explicitly configured |
Usages
See the manifest for all available types.