Class DefaultAttributesProcessor

Inheritance Relationships

Base Type

Class Documentation

class DefaultAttributesProcessor : public opentelemetry::sdk::metrics::AttributesProcessor

DefaultAttributesProcessor returns copy of input instrument attributes without any modification.

Public Functions

inline virtual MetricAttributes process(const opentelemetry::common::KeyValueIterable &attributes) const noexcept override
inline virtual bool isPresent(nostd::string_view) const noexcept override