I’m using MongoDB Atlas and would like to track my cluster usage metrics (read, write, connections, etc.). In the Atlas dashboard, you can see these metrics in charts like this:
Is there a way to programmatically (or manually) export these metrics through an API so that I can analyze them outside the Atlas UI?
I’ve checked the documentation but couldn’t find a clear way to retrieve this data. Any guidance would be appreciated.
