diff --git a/src/opencensus/proto/metrics/v1/metrics.proto b/src/opencensus/proto/metrics/v1/metrics.proto index a67e593..10d5950 100644 --- a/src/opencensus/proto/metrics/v1/metrics.proto +++ b/src/opencensus/proto/metrics/v1/metrics.proto @@ -167,9 +167,9 @@ message DistributionValue { // provided. int64 count = 1; - // The arithmetic mean of the values in the population. If count is zero - // then this field must be zero. - double mean = 2; + // The sum of the values in the population. If count is zero then this field + // must be zero. + double sum = 2; // The sum of squared deviations from the mean of the values in the // population. For values x_i this is: