userver: userver/tracing/span_event.hpp File Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
span_event.hpp File Reference

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

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)