Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
Description
As it is currently, the doc doesn't make it easy to find information about thresholdLoggingTracerConfig()
- Starting from:
We see:
To configure threshold logging, adjust the ThresholdRequestTracer
- However, the provided link goes to https://docs.couchbase.com/java-sdk/current/ref/client-settings.html#general-options which has no mention of ThresholdRequestTracer
- The link should rather be https://docs.couchbase.com/java-sdk/current/howtos/observability-tracing.html
Not that this section gives an example, but it would be useful if the default values could be indicated (default for thresholdLoggingTracerConfig() is 500ms.
Note: this observation is possibly applicable to other SDK's...