tracing
This type provides the following service implementations:
-
io.helidon.webserver.observe.spi.ObserveProvider
Configuration options
| key | type | default value | description |
|---|---|---|---|
|
TracingConfig |
|
Use the provided configuration as a default for any request. |
|
PathTracingConfig[] |
|
Path specific configuration of tracing. |
|
boolean |
|
Whether waiting due to concurrency limit constraints should be traced. |
|
double |
|
Weight of the feature registered with WebServer. Changing weight may cause tracing to be executed at a different time (such as after security, or even after all routes). Please understand feature weights before changing this order. |