Ordering for this aggregation in the result. For time series this is ignored since the ordering of points depends only on the timestamp, not the values.
AggregationFunction
Aggregation functions to be invoked on a given metric.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[[["This document details the structure for specifying aggregated metrics, including their name, aggregation function, and ordering."],["The JSON representation defines a metric with properties like `name` (string), `aggregation` (enum), and `order` (enum)."],["The `AggregationFunction` enum offers options such as `AVG`, `SUM`, `MIN`, `MAX`, and `COUNT_DISTINCT` for various aggregation operations."],["The name field of the JSON is a string specifying the name of the metric."],["The ordering of the aggregation field will be ignored in the case of time series results, as the ordering is based solely on the timestamp."]]],[]]