Comment added label clause to clarify need for it
This commit is contained in:
parent
79f04c23f3
commit
8377eda336
|
|
@ -493,6 +493,7 @@ label({
|
|||
#resource{kind=queue, virtual_host=VHost, name=QName},
|
||||
#resource{kind=exchange, name=ExName}
|
||||
}) ->
|
||||
%% queue_exchange_metrics {queue_id, exchange_id}
|
||||
<<"vhost=\"", (escape_label_value(VHost))/binary, "\",",
|
||||
"exchange=\"", (escape_label_value(ExName))/binary, "\",",
|
||||
"queue=\"", (escape_label_value(QName))/binary, "\"">>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue