Class LongLastValueAggregation
Defined in File lastvalue_aggregation.h
Inheritance Relationships
Base Type
public opentelemetry::sdk::metrics::Aggregation
Class Documentation
-
class LongLastValueAggregation : public opentelemetry::sdk::metrics::Aggregation
Public Functions
-
LongLastValueAggregation()
-
LongLastValueAggregation(LastValuePointData&&)
-
LongLastValueAggregation(const LastValuePointData&)
-
void Aggregate(int64_t value, const PointAttributes &attributes = {}) noexcept override
-
inline void Aggregate(double, const PointAttributes&) noexcept override
-
std::unique_ptr<Aggregation> Merge(const Aggregation &delta) const noexcept override
-
std::unique_ptr<Aggregation> Diff(const Aggregation &next) const noexcept override
-
LongLastValueAggregation()