CosmosDB - Diagnostics in dotnet v3 SDK
banto
0
Reputation points
Hello,
We are using CosmosDB dotnet v3 SDK and we are fetching around 550kb of data in one query.
Here is a gist of the code:
We noticed that the “ReadNextAsync()” method takes 180ms to execute. After closer examinations of the diagnostics, we can see that 160ms is spent just by sending telemetry data to azure :
Is it possible to disable or control the sending of these telemetry statistics in the client application ?
Sign in to answer