MetricAggregation
Aggregation von Messwerten.
Enums |
METRIC_AGGREGATION_UNSPECIFIED |
Der Operator ist nicht angegeben. |
TOTAL |
SUMME-Operator. |
MINIMUM |
Minimum-Operator. |
MAXIMUM |
Maximaler Operator. |
COUNT |
Der Operator "Count". |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-05-02 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]