AWS SDK for C++

AWS SDK for C++ Version 1.11.791

Loading...
Searching...
No Matches
Public Member Functions | List of all members
smithy::components::tracing::OtelHistogramAdapter Class Referencefinal

#include <MeterAdapters.h>

Inheritance diagram for smithy::components::tracing::OtelHistogramAdapter:
[legend]

Public Member Functions

 OtelHistogramAdapter (opentelemetry::nostd::unique_ptr< opentelemetry::metrics::Histogram< double > > otelHistogram)
 
void record (double value, Aws::Map< Aws::String, Aws::String > attributes) override
 

Public Member Functions inherited from smithy::components::tracing::Histogram

virtual ~Histogram ()=default
 

Detailed Description

A Open Telemetry Implementation of Histogram.

Definition at line 78 of file MeterAdapters.h.

Constructor & Destructor Documentation

◆ OtelHistogramAdapter()

smithy::components::tracing::OtelHistogramAdapter::OtelHistogramAdapter ( opentelemetry::nostd::unique_ptr< opentelemetry::metrics::Histogram< double > >  otelHistogram)
explicit

Member Function Documentation

◆ record()

void smithy::components::tracing::OtelHistogramAdapter::record ( double  value,
Aws::Map< Aws::String, Aws::String attributes 
)
overridevirtual

Records a value to the histogram.

Parameters
valuethe value that be recorded in a statistical distribution.
attributesthe attributes or dimensions associate with this measurement.

Implements smithy::components::tracing::Histogram.


The documentation for this class was generated from the following file: