Closed crhistianramirez closed 5 years ago
When it comes to querying Cosmonaut is all about the entities, not the metadata. That part is abstracted out to the logging department. If you plug the CosmosEventStore to log it's telemetry in something like ApplicationInsights you will be able to get those numbers. They are however redacted from the ToListAsync()
response.
More info on that can be found here: https://github.com/Elfocrash/Cosmonaut#logging
@Elfocrash Thank you for the speedy reply!
I'd like to see what the linq generated sql call is costing me. In the cosmos sdk there is a
RequestCharge
property you can inspect. Does cosmonaut offer something similar?If that's not an option is there a way to see the generated SQL so I can use the portal to determine the costs manually?