I have added 10 replicas of pgbouncer with prometheus exporter as sidecar with a deployment manifest, and this grafana chart is showing the following prom query:
sort_desc( sum by (database, pod) ( rate(pgbouncer_stats_transactions_total{database=~"$db"}[1m]) ) )
I'm confused on why this metric keeps going up for 5 days straight, can you point me to what's wrong with the query.