Reference documentation and code samples for the Capacity Planner V1BETA API module Google::Cloud::CapacityPlanner::V1beta::UsageHistory::AggregationMethod.
Methods for converting sampled data to time series values.
Constants
AGGREGATION_METHOD_UNSPECIFIED
value: 0
No aggregation method is specified.
MEDIAN
value: 1
PEAK
value: 2
Time series values represent the 99th percentile of the sampled values.
P50
value: 3
Time series values represent the 50th(median) percentile of the sampled
values.
P75
value: 4
Time series values represent the 75th percentile of the sampled values.
P99
value: 5
Time series values represent the 99th percentile of the sampled values.