MINOR: stats: add the HTML conversion for float types
authorWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 05:37:38 +0000 (07:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 8 May 2021 08:48:17 +0000 (10:48 +0200)
commit6004fb768160ff69f7059c47695b8c3eaecf9c83
treed9deb75380645fe0b0254689dd14b147270e2137
parent065ba3186e5938be75aa8072549477563f3c9532
MINOR: stats: add the HTML conversion for float types

For the prometheus exporter, a new float type was added for the fields
and its conversion was added everywhere except for the HTML output.
Now that we have F2H() we can implement it for consistency.
src/stats.c