commit | 87d74c14960e4a7221e0041c3f36921c950b955d | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue Sep 24 16:35:10 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Fri Sep 27 12:00:36 2019 +0200 |
tree | 6da18b5623d92135db6a12a017f436940455bf07 | |
parent | 46c76822351ae4572fd28392838fff35e2e2a7d8 [diff] |
MINOR: stats: Add the support of float fields in stats It is now possible to format stats counters as floats. But the stats applet does not use it. This patch is required by the Prometheus exporter to send the time averages in seconds. If the promex change is backported, this patch must be backported first. (cherry picked from commit 88a0db28aeb45e451d36645612e11cd284cc7ef4) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>