[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2024-05-02 (UTC)"],[[["`MetricAggregation` enums are used to represent different types of metric aggregations."],["These enums include options for calculating the total sum, minimum, maximum, and count of metrics."],["A default `UNSPECIFIED` enum exists but should not be used."]]],["The content defines an aggregation system for metrics, utilizing various operators. It specifies five distinct operators within an enumeration: `METRIC_AGGREGATION_UNSPECIFIED` for no specific operation, `TOTAL` to sum values, `MINIMUM` to find the lowest value, `MAXIMUM` to find the highest value, and `COUNT` to tally the number of values. This allows for different calculations on metrics, including totals, extremes, and quantities.\n"]]