Skip to content

Commit c389c1f

Browse files
authored
Updated thresholdOptions.WithInterval to thresholdOptions.WithEmitInterval (#274)
1 parent 2638c54 commit c389c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ref/pages/client-settings.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ The default tracer logs the slowest requests per service.
441441
var clusterOptions = new ClusterOptions();
442442
clusterOptions.WithThresholdTracing(thresholdOptions =>
443443
{
444-
thresholdOptions.WithInterval(TimeSpan.FromSeconds(10));
444+
thresholdOptions.WithEmitInterval(TimeSpan.FromSeconds(10));
445445
thresholdOptions.WithSampleSize(10);
446446
thresholdOptions.WithKvThreshold(TimeSpan.FromMilliseconds(500));
447447
thresholdOptions.WithQueryThreshold(TimeSpan.FromSeconds(1));

0 commit comments

Comments
 (0)