Properly support flag histograms.
This commit is contained in:
Родитель
48a1b33312
Коммит
04e519a55b
|
@ -123,6 +123,8 @@ def get_dates_metrics(prefix, channel):
|
|||
if kind == "count":
|
||||
labels = count_histogram_labels
|
||||
dimensions["metric"] = "[[COUNT]]_{}".format(dimensions["metric"])
|
||||
elif kind == "flag":
|
||||
labels = [0, 1]
|
||||
else:
|
||||
labels = definition.get_value().keys().tolist()
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче