We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6bb92 commit 4dd6036Copy full SHA for 4dd6036
1 file changed
google/api/servicecontrol/v1/distribution.proto
@@ -31,10 +31,10 @@ option ruby_package = "Google::Cloud::ServiceControl::V1";
31
// points. It contains the size of the population of sample points plus
32
// additional optional information:
33
//
34
-// - the arithmetic mean of the samples
35
-// - the minimum and maximum of the samples
36
-// - the sum-squared-deviation of the samples, used to compute variance
37
-// - a histogram of the values of the sample points
+// * the arithmetic mean of the samples
+// * the minimum and maximum of the samples
+// * the sum-squared-deviation of the samples, used to compute variance
+// * a histogram of the values of the sample points
38
message Distribution {
39
// Describing buckets with constant width.
40
message LinearBuckets {
0 commit comments