AWS SDK for C++

AWS SDK for C++ Version 1.11.788

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

#include <NoopMeterProvider.h>

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

Public Member Functions

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 no-op implementation of the Histogram that is simply pass though

Definition at line 49 of file NoopMeterProvider.h.

Member Function Documentation

◆ record()

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

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.

Definition at line 51 of file NoopMeterProvider.h.


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