Skip to content

Commit 70be6a1

Browse files
committed
Refresh code from PR #2518, to fix review comments (enum)
1 parent c12c797 commit 70be6a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sdk/include/opentelemetry/sdk/configuration/default_histogram_aggregation.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ namespace sdk
1313
namespace configuration
1414
{
1515

16-
enum enum_default_histogram_aggregation : std::uint8_t
16+
// YAML-SCHEMA: schema/meter_provider.json
17+
// YAML-NODE: ExporterDefaultHistogramAggregation
18+
enum class DefaultHistogramAggregation : std::uint8_t
1719
{
1820
explicit_bucket_histogram,
1921
base2_exponential_bucket_histogram

0 commit comments

Comments
 (0)