Span event – time-stamped annotation of the span with user-provided text description.
Definition in file span_event.hpp.
Go to the source code of this file.
#include <chrono>#include <string_view>#include <unordered_map>#include <userver/formats/json_fwd.hpp>#include <userver/tracing/any_value.hpp>Classes | |
| struct | tracing::SpanEvent |
| Span event – time-stamped annotation of the span with user-provided text description. More... | |
Namespaces | |
| namespace | tracing |
| Opentracing support. | |
Functions | |
| SpanEvent | tracing::Parse (const formats::json::Value &value, formats::parse::To< SpanEvent >) |
| void | tracing::WriteToStream (const SpanEvent &span_event, formats::json::StringBuilder &sw) |