commit | 065ba3186e5938be75aa8072549477563f3c9532 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat May 08 10:38:20 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat May 08 10:48:17 2021 +0200 |
tree | b30d4e1946ed7a9b6a33f112c0f2b96671ac17d7 | |
parent | aa33f20e272c05d5110bcb5ab1b49221724472af [diff] |
MINOR: stats: avoid excessive padding of float values with trailing zeroes When emitting stats, we don't need to have 6 zeroes after the decimal point for each value, so let's trim floating point numbers to the longest needed only.