Improve "Query Targeting Alerts" alert by including the database name and collection name
The "Query Targeting Alerts" alert notification does not contain any reference to the database or collection that triggered it making it hard to figure out where it came from. A hostname reference would be very helpful.
https://www.mongodb.com/docs/atlas/reference/alert-conditions/#query-targeting-alerts

-
Nagendra commented
Good to have alert with database name, collection name, query details and operation execution time. This helps to identify it immediately and helps us to optimize.
-
Satish commented
Also can we have the appName as well in the alert.
-
Donald commented
I really want Query Targeting alerts to track operational queries I can control, not internal DeviceSync activity from Realm. The __realm_sync database is managed internally by App Services, and currently, there’s no way to adjust indexes or query behavior there directly.