]> granicus.if.org Git - pgbadger/commitdiff
Fix label of sessions histogram. Thanks to Guillaume Lelarge for the patch.
authorDarold Gilles <gilles@darold.net>
Thu, 3 Dec 2015 14:48:16 +0000 (15:48 +0100)
committerDarold Gilles <gilles@darold.net>
Thu, 3 Dec 2015 14:48:16 +0000 (15:48 +0100)
pgbadger

index b4b019da5975508c3029083edb7f4c7184f6cabd..d5b64c1cc7d944a5b09cbc8d0db85b86313532de 100755 (executable)
--- a/pgbadger
+++ b/pgbadger
@@ -5287,7 +5287,7 @@ sub print_histogram_session_times
                $histogram_info = qq{<tr><td colspan="3">$NODATA</td></tr>};
        }
 
-       $drawn_graphs{histogram_session_times_graph} = &jqplot_duration_histograph($graphid++, 'graph_histogram_session_times', 'Queries', \@histogram_session_time, %data);
+       $drawn_graphs{histogram_session_times_graph} = &jqplot_duration_histograph($graphid++, 'graph_histogram_session_times', 'Sessions', \@histogram_session_time, %data);
 
        $most_range_value = &comma_numbers($most_range_value) if ($most_range_value);