Template Class NoopHistogram

Inheritance Relationships

Base Type

Class Documentation

template<class T>
class NoopHistogram : public opentelemetry::metrics::Histogram<T>

Public Functions

inline NoopHistogram(nostd::string_view, nostd::string_view, nostd::string_view) noexcept
inline void Record(T, const context::Context&) noexcept override
inline void Record(T, const common::KeyValueIterable&, const context::Context&) noexcept override