diff options
| author | kjnilsson <knilsson@pivotal.io> | 2019-06-20 14:44:04 +0100 |
|---|---|---|
| committer | kjnilsson <knilsson@pivotal.io> | 2019-06-20 14:44:04 +0100 |
| commit | ccf2604e6b3168ef705d2205496377036ad0344e (patch) | |
| tree | d222fb2c11b2c853e5153d1773e49bf11a6c61b0 | |
| parent | 9a371273abf8877b8cde4b6df5a2746fa035349c (diff) | |
| download | rabbitmq-server-git-ccf2604e6b3168ef705d2205496377036ad0344e.tar.gz | |
pass metrics key
| -rw-r--r-- | src/rabbit_quorum_queue.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_quorum_queue.erl b/src/rabbit_quorum_queue.erl index 8ca80c4814..6fc5fcd83f 100644 --- a/src/rabbit_quorum_queue.erl +++ b/src/rabbit_quorum_queue.erl @@ -130,6 +130,7 @@ declare(Q) when ?amqqueue_is_quorum(Q) -> id => ServerId, uid => UId, friendly_name => FName, + metrics_key => QName, initial_members => ServerIds, log_init_args => #{uid => UId}, tick_timeout => TickTimeout, |
