|
iceberg-cpp
|
Serialisable snapshot of a single Counter measurement. More...
#include <metrics_types.h>
Public Member Functions | |
| bool | operator== (const CounterResult &) const =default |
Public Attributes | |
| CounterUnit | unit = CounterUnit::kCount |
| int64_t | value = 0 |
Serialisable snapshot of a single Counter measurement.
Carries both the unit and value.