Module: Google::Cloud::CapacityPlanner::V1beta::UsageHistory::AggregationMethod
- Defined in:
- proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb
Overview
Methods for converting sampled data to time series values.
Constant Summary collapse
- AGGREGATION_METHOD_UNSPECIFIED =
No aggregation method is specified.
0- MEDIAN =
1- PEAK =
Time series values represent the 99th percentile of the sampled values.
2- P50 =
Time series values represent the 50th(median) percentile of the sampled values.
3- P75 =
Time series values represent the 75th percentile of the sampled values.
4- P99 =
Time series values represent the 99th percentile of the sampled values.
5