diff --git a/docs/metrics/customizing-the-sdk/README.md b/docs/metrics/customizing-the-sdk/README.md index bf5ecdae3..84363673a 100644 --- a/docs/metrics/customizing-the-sdk/README.md +++ b/docs/metrics/customizing-the-sdk/README.md @@ -251,7 +251,7 @@ default boundaries. This requires the use of new ExplicitBucketHistogramConfiguration { Boundaries = new double[] { 10, 20 } }) // If you provide an empty `double` array as `Boundaries` to the `ExplicitBucketHistogramConfiguration`, - // the SDK will only export the sum and count for the measurements. + // the SDK will only export the sum, count, min and max for the measurements. // There are no buckets exported in this case. .AddView( instrumentName: "MyHistogram",