libbmq
e19ff338c707b114e9f84d83ea866a97518afb37
|
A pure interface for representing a span of a distributed trace.
#include <bmqpi_dtspan.h>
Classes | |
class | Baggage |
A set of key-values used to describe a DTSpan . More... | |
Public Member Functions | |
virtual | ~DTSpan () |
Destructor. More... | |
virtual bsl::string_view | operation () const =0 |
Returns the name of the operation that this DTSpan represents. More... | |
|
virtual |
|
pure virtual |