Skip to content

Commit 8b490df

Browse files
committed
Refresh code from PR #2518, cleanup
1 parent 61b34fd commit 8b490df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sdk/include/opentelemetry/sdk/configuration/view_stream_configuration.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <vector>
99

1010
#include "opentelemetry/sdk/configuration/aggregation_configuration.h"
11+
#include "opentelemetry/sdk/configuration/include_exclude_configuration.h"
1112
#include "opentelemetry/version.h"
1213

1314
OPENTELEMETRY_BEGIN_NAMESPACE
@@ -25,7 +26,7 @@ class ViewStreamConfiguration
2526
std::string description;
2627
std::unique_ptr<AggregationConfiguration> aggregation;
2728
std::size_t aggregation_cardinality_limit;
28-
std::vector<std::string> attribute_keys;
29+
std::unique_ptr<IncludeExcludeConfiguration> attribute_keys;
2930
};
3031

3132
} // namespace configuration

0 commit comments

Comments
 (0)