AWS SDK for C++AWS SDK for C++ Version 1.11.788 |
#include <NoopTracerProvider.h>
A no-op implementation of TraceSpan that is pass through.
Definition at line 17 of file NoopTracerProvider.h.
Definition at line 19 of file NoopTracerProvider.h.
Emit a event associated with the span.
| name | The name of the event. |
| attributes | the attributes or dimensions associate with this measurement. |
Implements smithy::components::tracing::TraceSpan.
Definition at line 21 of file NoopTracerProvider.h.
End the span and mark as finished.
Implements smithy::components::tracing::TraceSpan.
Definition at line 35 of file NoopTracerProvider.h.
Set a Attribute to span.
| key | The key of the dimension/attribute. |
| value | The value of the dimension/attribute. |
Implements smithy::components::tracing::TraceSpan.
Definition at line 26 of file NoopTracerProvider.h.
Set the statue of the span.
| status | The status to be assigned. |
Implements smithy::components::tracing::TraceSpan.
Definition at line 31 of file NoopTracerProvider.h.