Note that label values can be anything

This commit is contained in:
Erik Johnston 2018-05-03 16:25:05 +01:00
parent 95b6912045
commit 6d8ec3462d

View File

@ -71,7 +71,8 @@ class BaseMetric(object):
"""Render this metric for a single set of labels
Args:
label_values (list[str]): values for each of the labels
label_values (list[object]): values for each of the labels,
(which get stringified).
value: value of the metric at with these labels
Returns: