Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
ReducerID enum
ReducerID enum
Signature
export declare enum ReducerID
Import
import { ReducerID } from '@grafana/data';
Enumeration Members
Member | Value | Description |
---|---|---|
allIsNull | "allIsNull" | |
allIsZero | "allIsZero" | |
allValues | "allValues" | |
changeCount | "changeCount" | |
count | "count" | |
delta | "delta" | |
diff | "diff" | |
diffperc | "diffperc" | |
distinctCount | "distinctCount" | |
first | "first" | |
firstNotNull | "firstNotNull" | |
last | "last" | |
lastNotNull | "lastNotNull" | |
logmin | "logmin" | |
max | "max" | |
mean | "mean" | |
min | "min" | |
range | "range" | |
step | "step" | |
sum | "sum" |