AWS SDK for C++AWS SDK for C++ Version 1.11.791 |
#include <Histogram.h>
Measures a value where the statistics are likely meaningful.
Definition at line 17 of file Histogram.h.
Records a value to the histogram.
| value | the value that be recorded in a statistical distribution. |
| attributes | the attributes or dimensions associate with this measurement. |
Implemented in smithy::components::tracing::OtelHistogramAdapter, and smithy::components::tracing::NoopHistogram.