I want to know responsible queries which consume higher RUs from cosmos db "Diagnostic Tools" support in cosmos db azure.
I am able to store the DataPlane logs into log analytics/blob storage from azure portal. While reviewing the logs, I see field named "requestcharge_s". To my understanding this is the RU consumed by that operation.
I want to know the exact underlying query that corresponds to this log entry. How can I get that? I do see "activityId_g" field in the log entry... But don't know if there is any way to get the exact query using that field value.
I am aware that, consumed RUs get returned as one of the HTTP header value while triggering query on cosmos db.. But, I would rather want to see it on azure portal for better in-place analysis.
I am missing something here?