public enum ReducerA Reducer operation describes how to aggregate data points from multiple time series into a single time series, where the value of each data point in the resulting series is a function of all the already aligned values in the input time series.
Namespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
| Fields | |
|---|---|
| Name | Description | 
| ReduceCount | Reduce by computing the number of data points across time series
for each alignment period. This reducer is valid for  | 
| ReduceCountFalse | Reduce by computing the number of  | 
| ReduceCountTrue | Reduce by computing the number of  | 
| ReduceFractionTrue | Reduce by computing the ratio of the number of  | 
| ReduceMax | Reduce by computing the maximum value across time series for each
alignment period. This reducer is valid for  | 
| ReduceMean | Reduce by computing the mean value across time series for each
alignment period. This reducer is valid for
[DELTA][google.api.MetricDescriptor.MetricKind.DELTA] and
[GAUGE][google.api.MetricDescriptor.MetricKind.GAUGE] metrics with
numeric or distribution values. The  | 
| ReduceMin | Reduce by computing the minimum value across time series for each
alignment period. This reducer is valid for  | 
| ReduceNone | No cross-time series reduction. The output of the  | 
| ReducePercentile05 | Reduce by computing the 5th
percentile of data points
across time series for each alignment period. This reducer is valid for
 | 
| ReducePercentile50 | Reduce by computing the 50th
percentile of data points
across time series for each alignment period. This reducer is valid for
 | 
| ReducePercentile95 | Reduce by computing the 95th
percentile of data points
across time series for each alignment period. This reducer is valid for
 | 
| ReducePercentile99 | Reduce by computing the 99th
percentile of data points
across time series for each alignment period. This reducer is valid for
 | 
| ReduceStddev | Reduce by computing the standard deviation across time series
for each alignment period. This reducer is valid for  | 
| ReduceSum | Reduce by computing the sum across time series for each
alignment period. This reducer is valid for  |