AWS SDK for C++AWS SDK for C++ Version 1.11.793 |
#include <Gauge.h>
Measures the current instantaneous value. Is used in the implementation of a gauge handle to take an actual measurement.
A Functional interface of recording a value.
| value | the value of the measurement. |
| attributes | the attributes or dimensions associate with this measurement. |
Implemented in smithy::components::tracing::OtelObserverAdapter.