std::map< std::string, attribute_value > attributes
A collection of attributes as key-value pairs.
Definition attribute_value.hpp:52
std::variant< std::string, bool, std::int64_t, double, std::vector< std::string >, std::vector< bool >, std::vector< std::int64_t >, std::vector< double > > attribute_value
OpenTelemetry-compatible attribute value type.
Definition attribute_value.hpp:47