#include <MeterAdapters.h>
OtelHistogramAdapter (opentelemetry::nostd::unique_ptr< opentelemetry::metrics::Histogram< double > > otelHistogram)
A Open Telemetry Implementation of Histogram.
Definition at line 78 of file MeterAdapters.h.
◆ OtelHistogramAdapter()
smithy::components::tracing::OtelHistogramAdapter::OtelHistogramAdapter
(
opentelemetry::nostd::unique_ptr< opentelemetry::metrics::Histogram< double > >
otelHistogram)
explicit
◆ record()
void smithy::components::tracing::OtelHistogramAdapter::record
(
double
value,
)
overridevirtual
Records a value to the histogram.
- Parameters
-
| value | the value that be recorded in a statistical distribution. |
| attributes | the attributes or dimensions associate with this measurement. |
Implements smithy::components::tracing::Histogram.
The documentation for this class was generated from the following file:
- src/aws-cpp-sdk-core/include/smithy/tracing/impl/opentelemetry/MeterAdapters.h