Definition
type ExtendedStatMetaType string
const (
ExtendedStatMetaTypeAvg ExtendedStatMetaType = "avg"
ExtendedStatMetaTypeMin ExtendedStatMetaType = "min"
ExtendedStatMetaTypeMax ExtendedStatMetaType = "max"
ExtendedStatMetaTypeSum ExtendedStatMetaType = "sum"
ExtendedStatMetaTypeCount ExtendedStatMetaType = "count"
ExtendedStatMetaTypeStdDeviation ExtendedStatMetaType = "std_deviation"
ExtendedStatMetaTypeStdDeviationBoundsUpper ExtendedStatMetaType = "std_deviation_bounds_upper"
ExtendedStatMetaTypeStdDeviationBoundsLower ExtendedStatMetaType = "std_deviation_bounds_lower"
)