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::Histogram Class Referenceabstract

#include <Histogram.h>

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

Public Member Functions

virtual ~Histogram ()=default
 
virtual void record (double value, Aws::Map< Aws::String, Aws::String > attributes)=0
 

Detailed Description

Measures a value where the statistics are likely meaningful.

Definition at line 17 of file Histogram.h.

Constructor & Destructor Documentation

◆ ~Histogram()

virtual smithy::components::tracing::Histogram::~Histogram ( )
virtualdefault

Member Function Documentation

◆ record()

virtual void smithy::components::tracing::Histogram::record ( double  value,
Aws::Map< Aws::String, Aws::String attributes 
)
pure virtual

Records a value to the histogram.

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

Implemented in smithy::components::tracing::OtelHistogramAdapter, and smithy::components::tracing::NoopHistogram.


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