commit | 142b5df7784181e4081a10e25bdd9161546d9594 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Tue May 28 21:56:07 2019 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Jun 05 10:12:11 2019 +0200 |
tree | 4b9ebfbcc14aa1be070c74bb62ec3bb273892a0d | |
parent | a4f9dd4a56420f547c1fa1bd6ff3e88735671ab6 [diff] |
BUG/MINOR: contrib/prometheus-exporter: Add HTX data block in one time Since recent changes on the way HTX data blocks are added in an HTX message, we must now be sure the prometheus service add its own blocks in one time. Indeed, the function htx_add_data() may now decide to only copy a part of data. So instead, we must call htx_add_data_atonce() instead.