reword the link desc

This commit is contained in:
Alexander Bersenev
2019-09-20 18:10:37 +05:00
parent 1feb8e5fc7
commit 25685f370c

View File

@@ -1626,7 +1626,7 @@ async def handle_metrics(reader, writer):
for link in proxy_links:
link_as_metric = link.copy()
link_as_metric["val"] = 1
metrics.append(["proxy_link_info", "counter", "the info about proxy", link_as_metric])
metrics.append(["proxy_link_info", "counter", "the proxy link info", link_as_metric])
user_metrics_desc = [
["user_connects", "counter", "user connects", "connects"],