vscode-cosmosdb icon indicating copy to clipboard operation
vscode-cosmosdb copied to clipboard

Query Metrics are empty for the last page

Open bk201- opened this issue 1 year ago • 1 comments

How to reproduce:

  • Connect to collection with more than 100 records
  • Change Page size to 10
  • Run query SELECT TOP 30 * FROM c
  • Switch to Stats tab
  • Click twice on Go to the next page

Expected:

  • For the last third page the query metrics should be shown

Actual:

  • The iterator always returns result with empty queryMetrics property for the last page

Image

bk201- avatar Nov 20 '24 13:11 bk201-

@bk201- Can we file the external bug for the SDK then?

sevoku avatar Mar 21 '25 08:03 sevoku

Fixed by updating cosmos sdk to last version

bk201- avatar Jul 24 '25 12:07 bk201-