]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: promex: Rename dump functions to use the right wording
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 31 Jan 2024 09:42:10 +0000 (10:42 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 2 Feb 2024 08:11:34 +0000 (09:11 +0100)
commitc4b723df994cdebd89a6b5937ddd40fe17143c46
tree314c0d3e5bba88c3f2ddd1105b3a68ce2db7d421
parentca6f0ca82b8d1792cac56a69c9e0181cf2268067
MINOR: promex: Rename dump functions to use the right wording

In Prometheus, a time series a stream of timestamped values belonging to the
same metric and the same set of labeled dimensions. Thus the exporter dump
time-series and not metrics.

Thus, promex_dump_metric(), promex_dump_metric_header() and
promex_metric_to_str() functions were renamed to replace "metric"
addons/promex/service-prometheus.c