[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-29 UTC."],[],[],null,["Methods for converting sampled data to time series values.\n\n| Enums ||\n|----------------------------------|---------------------------------------------------------------------------------|\n| `AGGREGATION_METHOD_UNSPECIFIED` | No aggregation method is specified. |\n| `MEDIAN` | |\n| `PEAK` | Time series values represent the 99th percentile of the sampled values. |\n| `P50` | Time series values represent the 50th(median) percentile of the sampled values. |\n| `P75` | Time series values represent the 75th percentile of the sampled values. |\n| `P99` | Time series values represent the 99th percentile of the sampled values. |"]]