The value must not be negative. To help with distributions with long tails, if the given
value is greater than or equal to endValue, the value endValue-1 is recorded
instead.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["\u003cp\u003eThe latest version of the Distribution class is 2.63.1, and it is accessible at \u003ccode\u003e/java/docs/reference/gax/latest/com.google.api.gax.core.Distribution\u003c/code\u003e, with many previous versions listed as well.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistribution\u003c/code\u003e class records values from 0 up to \u003ccode\u003eendValue\u003c/code\u003e and calculates their percentiles, while allowing methods to be called concurrently.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers functionality to record integer values using the \u003ccode\u003erecord(int value)\u003c/code\u003e method, get the percentile of recorded values using \u003ccode\u003egetPercentile(double percentile)\u003c/code\u003e, and get the Nth percentile using the \u003ccode\u003egetNthPercentile(double percentile)\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor of \u003ccode\u003eDistribution\u003c/code\u003e requires an integer \u003ccode\u003eendValue\u003c/code\u003e to define the upper limit of recorded values.\u003c/p\u003e\n"],["\u003cp\u003eValues recorded that are greater than or equal to \u003ccode\u003eendValue\u003c/code\u003e are recorded as \u003ccode\u003eendValue - 1\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]