Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 5c0fb0d

Browse files
committed
Revert change of range in vhost stats introduced in 56009be
[#160943831]
1 parent 179f3b5 commit 5c0fb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_mgmt_db.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ overview(User, Ranges, Interval) ->
309309
format_range(DataLookup, vhost_msg_rates,
310310
pick_range(queue_msg_rates, Ranges), Interval),
311311
format_range(DataLookup, vhost_stats_deliver_stats,
312-
pick_range(churn_rates, Ranges), Interval)]),
312+
pick_range(deliver_get, Ranges), Interval)]),
313313

314314
ChurnRates = format_range(DataLookup, connection_churn_rates,
315315
pick_range(queue_msg_counts, Ranges), Interval),

0 commit comments

Comments
 (0)