Skip to content

Commit

Permalink
Merge branch 'main' into fix-license
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Mar 13, 2022
2 parents 3ac9c51 + da94697 commit 4ca0b53
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 4ca0b53

Please sign in to comment.