Expose index transformation progress in the portal
When going to the Scale and Settings tab I can see in the browser dev tools that the header x-ms-documentdb-collection-index-transformation-progress is returned to the client however this information is not shown anywhere in the UI.
It would be useful if this information was displayed in the portal (possibly only if less than 100/ a transformation is currently in progress)

Thanks for your suggestion.
The index transformation value use see in the header is actually not always an accurate value. There are four replicas in a replica set, each with it’s own copy of the index. When this header is returned it can from a different partition, each which may be at its own percentage of progress during an index rebuild.
This is something we hope to provide at some point but is on our backlog. Will mark as unplanned for now and change if this moves in the future.
thanks.
1 comment
-
Anonymous commented
Hi! And from the sdk if you request the metric indexTransformationProgress what does it mean? Which is the range that long??
Thanks