Is your feature request related to a problem? Please describe.
We currently have no way of monitoring connections and queries to PostgreSQL DB. Maybe we should set up Grafana or similar service. @CalderLund can take care of k8s deployment aspect.
Describe the solution you'd like
Something where we can see what is using all our queries so we can minimize them from the frontend.
Describe alternatives you've considered
Alternative could be to just log everything, but this is very suboptimal.
Additional Information
We need this ASAP for frontend to make necessary changes.