Skip to content

Commit 81b48f0

Browse files
committed
users/sourabhjain/benchmarkfix
1 parent 2608d4a commit 81b48f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Azure.Cosmos.Samples/Tools/Benchmark/BenchmarkConfig.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ internal Microsoft.Azure.Cosmos.CosmosClient CreateCosmosClient(string accountKe
224224
clientOptions.ConsistencyLevel = (Microsoft.Azure.Cosmos.ConsistencyLevel)Enum.Parse(typeof(Microsoft.Azure.Cosmos.ConsistencyLevel), this.ConsistencyLevel, ignoreCase: true);
225225
}
226226

227-
clientOptions.EnableDistributedTracing = this.EnableDistributedTracing;
227+
clientOptions.IsDistributedTracingEnabled = this.EnableDistributedTracing;
228228

229229
return new Microsoft.Azure.Cosmos.CosmosClient(
230230
this.EndPoint,

0 commit comments

Comments
 (0)