Mismatch between query calls and histogram counts
In this example, there are three queries which are called once each, but the histogram shows 25 calls.
There are in fact 25 queries in the query-details.json
artifact, but most of them are boilerplate like SELECT current_database()
or SET client_min_messages TO 'warning'
.
To avoid confusion, we should ensure that the number of queries are consistent between the two views.