Template Class LongHistogram
Defined in File sync_instruments.h
Inheritance Relationships
Base Types
public opentelemetry::sdk::metrics::Synchronous
public opentelemetry::metrics::Histogram< T >
(Template Class Histogram)
Class Documentation
-
template<typename T>
class LongHistogram : public opentelemetry::sdk::metrics::Synchronous, public opentelemetry::metrics::Histogram<T> Public Functions
-
inline LongHistogram(InstrumentDescriptor instrument_descriptor, std::unique_ptr<SyncWritableMetricStorage> storage)
-
inline void Record(T value, const opentelemetry::common::KeyValueIterable &attributes, const opentelemetry::context::Context &context) noexcept override
-
inline LongHistogram(InstrumentDescriptor instrument_descriptor, std::unique_ptr<SyncWritableMetricStorage> storage)