20#ifndef ORES_TELEMETRY_DOMAIN_SPAN_LINK_HPP
21#define ORES_TELEMETRY_DOMAIN_SPAN_LINK_HPP
23#include "ores.telemetry/domain/span_context.hpp"
24#include "ores.telemetry/domain/attribute_value.hpp"
Domain types for telemetry and observability.
Definition attribute_value.hpp:29
std::map< std::string, attribute_value > attributes
A collection of attributes as key-value pairs.
Definition attribute_value.hpp:52
Immutable context for trace propagation across boundaries.
Definition span_context.hpp:37
A link from one span to another, forming hypergraph edges.
Definition span_link.hpp:41
attributes attrs
Additional attributes describing the link relationship.
Definition span_link.hpp:53
span_context context
The context of the linked span.
Definition span_link.hpp:45