We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c12c797 commit 70be6a1Copy full SHA for 70be6a1
sdk/include/opentelemetry/sdk/configuration/default_histogram_aggregation.h
@@ -13,7 +13,9 @@ namespace sdk
13
namespace configuration
14
{
15
16
-enum enum_default_histogram_aggregation : std::uint8_t
+// YAML-SCHEMA: schema/meter_provider.json
17
+// YAML-NODE: ExporterDefaultHistogramAggregation
18
+enum class DefaultHistogramAggregation : std::uint8_t
19
20
explicit_bucket_histogram,
21
base2_exponential_bucket_histogram
0 commit comments