Skip to content

io.helidon.webserver.observe.ObserveFeature

Description

Configuration for observability feature itself

Configuration options

KeyTypeDefaultDescription
endpointString/observeRoot endpoint to use for observe providers
weightDouble80.0Change the weight of this feature
socketsList<String>Sockets the observability endpoint should be exposed on
enabledBooleantrueWhether the observe support is enabled
observersList<Observer>Observers to use with this observe features
observers-discover-servicesBooleantrueWhether to enable automatic service discovery for observers

Deprecated Options

KeyTypeDescription
corsCrossOriginConfigCors support inherited by each observe provider, unless explicitly configured

Usages


See the manifest for all available types.