mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-09 08:51:28 -04:00
BUG/MINOR: contrib/prometheus-exporter: Fix a typo in the run-queue metric type
No backport needed.
This commit is contained in:
parent
1cfac37b65
commit
f782c23ec6
1 changed files with 1 additions and 1 deletions
|
|
@ -938,7 +938,7 @@ const struct ist promex_inf_metric_types[INF_TOTAL_FIELDS] = {
|
|||
[INF_ZLIB_MEM_USAGE] = IST("gauge"),
|
||||
[INF_MAX_ZLIB_MEM_USAGE] = IST("counter"),
|
||||
[INF_TASKS] = IST("gauge"),
|
||||
[INF_RUN_QUEUE] = IST("gouge"),
|
||||
[INF_RUN_QUEUE] = IST("gauge"),
|
||||
[INF_IDLE_PCT] = IST("gauge"),
|
||||
[INF_NODE] = IST("untyped"),
|
||||
[INF_DESCRIPTION] = IST("untyped"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue