Azure / azure-cosmosdb-java

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

Any plans to support query metrics #66

Closed chetanmeh closed 5 years ago

chetanmeh commented 6 years ago

CosmosDB supports providing query metrics via x-ms-documentdb-populatequerymetrics header. Are there any plans to support this header in this sdk?

moderakh commented 6 years ago

@chetanmeh yes this is in our backlog.

moderakh commented 5 years ago

2.4.0 has support for QueryMetrics.

chetanmeh commented 5 years ago

Thanks @moderakh for adding this support!. Would make use of it now

chetanmeh commented 5 years ago

Gave metrics a try today (apache/incubator-openwhisk#4275) and found it be very informative. Thanks for the pretty report to make sense of the stats :tada: