mean(set[])¶
Given an arbitrary number of series, returns a single series where each value is the arithmetic mean (i.e. the average) of the values at that point in time in all of the input series.
mean(s("foo.metric",{"host":"*"}))
Given an arbitrary number of series, returns a single series where each value is the arithmetic mean (i.e. the average) of the values at that point in time in all of the input series.
mean(s("foo.metric",{"host":"*"}))