We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c83f5 commit 7a210ecCopy full SHA for 7a210ec
api/include/opentelemetry/common/attribute_value.h
@@ -23,7 +23,8 @@ namespace common
23
/// (IEEE 754-1985) or signed 64 bit integer.
24
/// - Homogenous arrays of primitive type values.
25
///
26
-/// \warning The OpenTelemetry C++ API does not support the following attribute
+/// \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.
28
/// \parblock The OpenTelemetry C++ API currently supports several attribute
29
/// value types that are not covered by the OpenTelemetry specification:
30
/// - \c uint64_t
0 commit comments