Comment added label clause to clarify need for it

This commit is contained in:
Lois Soto Lopez 2024-09-25 11:04:25 +02:00
parent 79f04c23f3
commit 8377eda336
1 changed files with 1 additions and 0 deletions

View File

@ -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, "\"">>;