You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Cosmos D SDK V3 provides useful diagnostic data for each request, which can be accessed by the ToString() method.
I have some questions about this feature:
Is there any documentation that defines the json document format for the SDK v3 diagnostic data?
Is there any tool or option in the Cosmos DB SDK v3 to analyze this json data, besides parsing it manually?
The method GetFailedRequestCount() returns the number of requests with http status codes above 2xx. Can I configure a custom filter to count only the 4xx and 5xx codes?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The Cosmos D SDK V3 provides useful diagnostic data for each request, which can be accessed by the
ToString()
method.I have some questions about this feature:
Beta Was this translation helpful? Give feedback.
All reactions