Mismatch between query calls and histogram counts

Screen_Shot_2021-08-24_at_6.21.27_PM

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.