Skip to content
Snippets Groups Projects
Commit 780677b8 authored by Stefano Di Frischia's avatar Stefano Di Frischia Committed by Jan David Mol
Browse files

L2SS-758: Fix typo

parent 87d20b1d
No related branches found
No related tags found
1 merge request!305L2SS-758: Tune prometheus archiving
......@@ -97,7 +97,7 @@ class CustomCollector(object):
return None
# (labels, value)
return ([dev.dev_name(), attr_info.name, str_value, data_type, f"{x:02}", f"{y:02}", f"{idx:03}"]], float_value)
return ([dev.dev_name(), attr_info.name, str_value, data_type, f"{x:02}", f"{y:02}", f"{idx:03}"], float_value)
def metrics_scalar(self, dev, attr_info, attr_value):
""" Return all metrics for a given SCALAR attribute. """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment