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 3db66c9 commit f0ecb7eCopy full SHA for f0ecb7e
sdk/include/opentelemetry/sdk/metrics/view/attributes_processor.h
@@ -113,7 +113,8 @@ class FilteringExcludeAttributesProcessor : AttributesProcessor
113
: exclude_list_(std::move(exclude_list))
114
{}
115
116
- FilteringExcludeAttributesProcessor(const std::unordered_map<std::string, bool> &exclude_list = {})
+ FilteringExcludeAttributesProcessor(
117
+ const std::unordered_map<std::string, bool> &exclude_list = {})
118
: exclude_list_(exclude_list)
119
120
0 commit comments