From 28b7955216da16e6af16a4acb8baffda9eddc930 Mon Sep 17 00:00:00 2001 From: Darold Gilles Date: Thu, 3 Dec 2015 15:48:16 +0100 Subject: [PATCH] Fix label of sessions histogram. Thanks to Guillaume Lelarge for the patch. --- pgbadger | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.40.0