我有一个从网络中提取信息的类列表。每次他们每个人保存一些东西时,它都会向石墨发送一个不同的计数器。因此,它们中的每一个都是不同的指标。
How do I know how many of them satisfy a certain condition??
For example, let:
movingAverage(summarize(groupByNode(counters.crawlers.*.saved, 2, "sumSeries), "1hour"), 24)
be the average of content download in past 24 hours. How can i know, at a moment "t", how many of my metrics have this value above 0?