AggregationPeriod
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
AGGREGATION_PERIOD_UNSPECIFIED |
未指定粒度。 |
HOURLY |
数据按小时汇总。 |
DAILY |
数据按天汇总。 |
FULL_RANGE |
系统会汇总整个时间轴范围内的数据。实际上,这只会产生单个值,而不是时间轴。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eGranularity options determine how data is aggregated in metric set query results, influencing the level of detail displayed.\u003c/p\u003e\n"],["\u003cp\u003eOptions include hourly, daily, and full-range aggregation, providing flexibility in analysis.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFULL_RANGE\u003c/code\u003e aggregation provides a single, overall value for the entire timeline.\u003c/p\u003e\n"],["\u003cp\u003eUnspecified granularity defaults to a system-determined aggregation period.\u003c/p\u003e\n"]]],["The provided content details the granularity options for aggregating rows in metric set query results. Available granularities include `HOURLY` (hourly intervals), `DAILY` (daily intervals), and `FULL_RANGE` (aggregation across the entire timeline, producing a single value). `AGGREGATION_PERIOD_UNSPECIFIED` represents an undefined granularity. These options control how data is grouped and summarized over time.\n"],null,["# AggregationPeriod\n\nGranularity of the aggregation for rows in a metric set query result.\n\n| Enums ||\n|----------------------------------|-------------------------------------------------------------------------------------------------------------------|\n| `AGGREGATION_PERIOD_UNSPECIFIED` | Unspecified granularity. |\n| `HOURLY` | Data is aggregated in hourly intervals. |\n| `DAILY` | Data is aggregated in daily intervals. |\n| `FULL_RANGE` | Data is aggregated over the full timeline range. Effectively this produces a single value rather than a timeline. |"]]