Typedef opentelemetry::common::AttributeValue

Typedef Documentation

using opentelemetry::common::AttributeValue = nostd::variant<bool, int32_t, int64_t, uint32_t, uint64_t, double, nostd::string_view, nostd::span<const bool>, nostd::span<const int32_t>, nostd::span<const int64_t>, nostd::span<const uint32_t>, nostd::span<const uint64_t>, nostd::span<const double>, nostd::span<const nostd::string_view>>