Skip to content

Commit 06c08b9

Browse files
changelog patch
1 parent b720d29 commit 06c08b9

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

src/OpenTelemetry.Exporter.OpenTelemetryProtocol/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Notes](../../RELEASENOTES.md).
2828
histogram instruments. Valid values are `explicit_bucket_histogram` (default)
2929
and `base2_exponential_bucket_histogram`. Explicit views configured via
3030
`AddView` take precedence over this setting.
31-
([#](https://github.com/open-telemetry/opentelemetry-dotnet/pull/))
31+
([#6778](https://github.com/open-telemetry/opentelemetry-dotnet/pull/6778))
3232

3333
## 1.14.0
3434

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
// Copyright The OpenTelemetry Authors
2-
// SPDX-License-Identifier: Apache-2.0
3-
4-
namespace OpenTelemetry.Metrics;
5-
6-
/// <summary>
7-
/// Defines the default histogram aggregation for a <see cref="MetricReader" />.
8-
/// </summary>
9-
internal enum MetricReaderHistogramAggregation
10-
{
11-
/// <summary>
12-
/// Explicit bucket histogram aggregation.
13-
/// </summary>
14-
ExplicitBucketHistogram = 0,
15-
16-
/// <summary>
17-
/// Base2 exponential bucket histogram aggregation.
18-
/// </summary>
19-
Base2ExponentialBucketHistogram = 1,
20-
}
1+
// Copyright The OpenTelemetry Authors
2+
// SPDX-License-Identifier: Apache-2.0
3+
4+
namespace OpenTelemetry.Metrics;
5+
6+
/// <summary>
7+
/// Defines the default histogram aggregation for a <see cref="MetricReader" />.
8+
/// </summary>
9+
internal enum MetricReaderHistogramAggregation
10+
{
11+
/// <summary>
12+
/// Explicit bucket histogram aggregation.
13+
/// </summary>
14+
ExplicitBucketHistogram = 0,
15+
16+
/// <summary>
17+
/// Base2 exponential bucket histogram aggregation.
18+
/// </summary>
19+
Base2ExponentialBucketHistogram = 1,
20+
}

0 commit comments

Comments
 (0)