Replace inflight with inflight_cnt in STATS_KEYS
This commit is contained in:
parent
dc7c39d479
commit
73275a2b4d
|
@ -157,7 +157,7 @@
|
||||||
|
|
||||||
-define(STATS_KEYS, [subscriptions_cnt,
|
-define(STATS_KEYS, [subscriptions_cnt,
|
||||||
subscriptions_max,
|
subscriptions_max,
|
||||||
inflight,
|
inflight_cnt,
|
||||||
inflight_max,
|
inflight_max,
|
||||||
mqueue_len,
|
mqueue_len,
|
||||||
mqueue_max,
|
mqueue_max,
|
||||||
|
|
Loading…
Reference in New Issue