Skip to content

Commit 7a210ec

Browse files
committed
Add more details for AttributeValue warnning
1 parent e3c83f5 commit 7a210ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/include/opentelemetry/common/attribute_value.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ namespace common
2323
/// (IEEE 754-1985) or signed 64 bit integer.
2424
/// - Homogenous arrays of primitive type values.
2525
///
26-
/// \warning The OpenTelemetry C++ API does not support the following attribute
26+
/// \warning The OpenTelemetry C++ API does not support the following attribute:
27+
/// uint64_t, nostd::span<const uint64_t>, and nostd::span<uint8_t> types.
2728
/// \parblock The OpenTelemetry C++ API currently supports several attribute
2829
/// value types that are not covered by the OpenTelemetry specification:
2930
/// - \c uint64_t

0 commit comments

Comments
 (0)