diff --git a/java/google/registry/monitoring/metrics/contrib/DistributionMetricSubject.java b/java/google/registry/monitoring/metrics/contrib/DistributionMetricSubject.java index 2c03ac5be..635d64539 100644 --- a/java/google/registry/monitoring/metrics/contrib/DistributionMetricSubject.java +++ b/java/google/registry/monitoring/metrics/contrib/DistributionMetricSubject.java @@ -105,10 +105,10 @@ public final class DistributionMetricSubject /** * Asserts that the distribution for the given label can be constructed from the given data set. * - *
Note that this only tests that the distribution has the same binned histogram as it would if - * it had recorded the specified data points. It could have in fact collected different data - * points that resulted in the same histogram, but that information is lost to us and cannot be - * tested. + *
Note that this only tests that the distribution has the same binned histogram, along with
+ * the same mean, and sum of squared deviation as it would if it had recorded the specified data
+ * points. It could have in fact collected different data points that resulted in the same
+ * distribution, but that information is lost to us and cannot be tested.
*/
public And