minor doc fix (#3890)
This commit is contained in:
parent
165b6f4ca4
commit
53cbce0f09
|
|
@ -251,7 +251,7 @@ default boundaries. This requires the use of
|
||||||
new ExplicitBucketHistogramConfiguration { Boundaries = new double[] { 10, 20 } })
|
new ExplicitBucketHistogramConfiguration { Boundaries = new double[] { 10, 20 } })
|
||||||
|
|
||||||
// If you provide an empty `double` array as `Boundaries` to the `ExplicitBucketHistogramConfiguration`,
|
// 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.
|
// There are no buckets exported in this case.
|
||||||
.AddView(
|
.AddView(
|
||||||
instrumentName: "MyHistogram",
|
instrumentName: "MyHistogram",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue