Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::tracing::span_event Struct Reference

Span event (timestamped annotation) More...

#include <span.h>

Collaboration diagram for kcenon::network::tracing::span_event:
Collaboration graph

Public Attributes

std::string name
 
std::chrono::steady_clock::time_point timestamp
 
std::map< std::string, attribute_valueattributes
 

Detailed Description

Span event (timestamped annotation)

Definition at line 60 of file span.h.

Member Data Documentation

◆ attributes

std::map<std::string, attribute_value> kcenon::network::tracing::span_event::attributes

Definition at line 64 of file span.h.

◆ name

std::string kcenon::network::tracing::span_event::name

◆ timestamp

std::chrono::steady_clock::time_point kcenon::network::tracing::span_event::timestamp

Definition at line 63 of file span.h.


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