Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

Access to internal retry metrics #262

Open chetanmeh opened 5 years ago

chetanmeh commented 5 years ago

Is there any way we can get access to internal retry stats which are captured in ResourceThrottleRetryPolicy.

We would like to know when system has started doing implicit retry and how many retries are being done.