mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-21 07:04:06 -04:00
Note that label values can be anything
This commit is contained in:
parent
95b6912045
commit
6d8ec3462d
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,8 @@ class BaseMetric(object):
|
||||||
"""Render this metric for a single set of labels
|
"""Render this metric for a single set of labels
|
||||||
|
|
||||||
Args:
|
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
|
value: value of the metric at with these labels
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue