From: Darold Gilles Date: Thu, 3 Dec 2015 14:48:16 +0000 (+0100) Subject: Fix label of sessions histogram. Thanks to Guillaume Lelarge for the patch. X-Git-Tag: v7.2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28b7955216da16e6af16a4acb8baffda9eddc930;p=pgbadger Fix label of sessions histogram. Thanks to Guillaume Lelarge for the patch. --- diff --git a/pgbadger b/pgbadger index b4b019d..d5b64c1 100755 --- a/pgbadger +++ b/pgbadger @@ -5287,7 +5287,7 @@ sub print_histogram_session_times $histogram_info = qq{$NODATA}; } - $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);