fix openmetrics output

This commit is contained in:
garnier-quentin 2019-04-16 17:34:08 +02:00
parent ad5bec358f
commit 588a5dcd7b
1 changed files with 1 additions and 2 deletions

View File

@ -395,9 +395,8 @@ sub output_openmetrics {
}
$bucket .= '}';
print $label . $bucket . ' ' . $perf->{value};
print $label . $bucket . ' ' . $perf->{value} . "\n";
}
print "\n";
}
sub output_txt_short_display {