observe
This type provides the following service implementations:
-
io.helidon.webserver.spi.ServerFeatureProvider
Configuration options
| key | type | default value | description |
|---|---|---|---|
|
|
Cors support inherited by each observe provider, unless explicitly configured. |
|
|
boolean |
|
Whether the observe support is enabled. |
|
string |
|
Root endpoint to use for observe providers. By default, all observe endpoint are under this root endpoint. Example: If root endpoint is |
|
io.helidon.webserver.observe.spi.Observer[] (service provider interface) Such as: |
|
Observers to use with this observe features. Each observer type is registered only once, unless it uses a custom name (default name is the same as the type). |
|
string[] |
|
Sockets the observability endpoint should be exposed on. If not defined, defaults to the default socket (io.helidon.webserver.WebServer.DEFAULT_SOCKET_NAME. Each observer may have its own configuration of sockets that are relevant to it, this only controls the endpoints! |
|
double |
|
Change the weight of this feature. This may change the order of registration of this feature. By default, observability weight is ObserveFeature.WEIGHT so it is registered after routing. |