I’m using Grafana Cloud, and in one of my dashboards, I have multiple MongoDB query panels. I’m currently facing an issue where every time I query MongoDB, the connection is refused (seems like the connection limit is reached). I currently have 11 queries related to MongoDB on the interface, so I would like to know:
Does each MongoDB query in Grafana open a new connection?
Does the connection to MongoDB get terminated after the data is retrieved?