Class LongSumAggregation
Defined in File sum_aggregation.h
Inheritance Relationships
Base Type
public opentelemetry::sdk::metrics::Aggregation
Class Documentation
-
class LongSumAggregation : public opentelemetry::sdk::metrics::Aggregation
Public Functions
-
LongSumAggregation(bool is_monotonic)
-
LongSumAggregation(SumPointData&&)
-
LongSumAggregation(const SumPointData&)
-
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
-
LongSumAggregation(bool is_monotonic)