I know the metrics provided by Atlas on the metrics page as well as the query insights and query profiler.
Using the metrics I see that ~1.000 queries/sec lead to ~13.000 returned documents.
Probably we don’t have all queries with 13 docs returned each but some of them returning a very high number of documents.
What I don’t know is on which collections the queries that return that much documents are operating on.
Is there a way to have metrics like returned documents, amount of queries, inserts, updates, … on a collection level?
So far I could not find anything like this. Neither on the Atlas metrics page nor in the mongodb metrics exposed to our Prometheus instance.
Maybe (hopefully) I’m currently overseeing something …