Skip to content

Commit da94697

Browse files
authored
AttributesProcessor dtor (#1263)
1 parent 28bd621 commit da94697

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sdk/include/opentelemetry/sdk/metrics/view/attributes_processor.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ class AttributesProcessor
2323
// @returns The processed attributes
2424
virtual MetricAttributes process(
2525
const opentelemetry::common::KeyValueIterable &attributes) const noexcept = 0;
26+
27+
virtual ~AttributesProcessor() = default;
2628
};
2729

2830
/**

0 commit comments

Comments
 (0)