We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1317fa2 commit 4c61439Copy full SHA for 4c61439
lib/VWF/Display/meta_data.pm
@@ -265,6 +265,7 @@ sub get_slow_endpoints_24h {
265
foreach my $row (@rows) {
266
next unless defined $row->{time};
267
next unless defined $row->{duration_ms};
268
+ next if($row->{duration_ms} <= 0);
269
270
my $tp;
271
eval { $tp = Time::Piece->strptime($row->{time}, '%Y-%m-%d %H:%M:%S') };
0 commit comments