Type alias MetricsAggregator

MetricsAggregator: typeof AVG | typeof MIN | typeof MAX | typeof SUM | typeof LAST | typeof PERCENTILE | typeof MEAN | typeof L2NORM | typeof AREA | UnparsedObject

The type of aggregation that can be performed on metrics-based queries.

Generated using TypeDoc