We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2638c54 commit c389c1fCopy full SHA for c389c1f
modules/ref/pages/client-settings.adoc
@@ -441,7 +441,7 @@ The default tracer logs the slowest requests per service.
441
var clusterOptions = new ClusterOptions();
442
clusterOptions.WithThresholdTracing(thresholdOptions =>
443
{
444
- thresholdOptions.WithInterval(TimeSpan.FromSeconds(10));
+ thresholdOptions.WithEmitInterval(TimeSpan.FromSeconds(10));
445
thresholdOptions.WithSampleSize(10);
446
thresholdOptions.WithKvThreshold(TimeSpan.FromMilliseconds(500));
447
thresholdOptions.WithQueryThreshold(TimeSpan.FromSeconds(1));
0 commit comments