Skip to content

Commit

Permalink
AttributesProcessor dtor (open-telemetry#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo authored and DebajitDas committed Mar 21, 2022
1 parent 52fadef commit d1a5aa9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class AttributesProcessor
// @returns The processed attributes
virtual MetricAttributes process(
const opentelemetry::common::KeyValueIterable &attributes) const noexcept = 0;

virtual ~AttributesProcessor() = default;
};

/**
Expand Down

0 comments on commit d1a5aa9

Please sign in to comment.