All "Long" instruments in the API accept long as an input value. long does not have a well defined bit depth and can represent either 64 bit or 32 bit integers depending on the compiler implementation (and configuration).
"Long" instruments should be changed to accept int64_t integer values, which are unambiguously 64 bit depth as requested by the API specification: https://opentelemetry.io/docs/reference/specification/common/#attribute
All "Long" instruments in the API accept
longas an input value.longdoes not have a well defined bit depth and can represent either 64 bit or 32 bit integers depending on the compiler implementation (and configuration)."Long" instruments should be changed to accept
int64_tinteger values, which are unambiguously 64 bit depth as requested by the API specification: https://opentelemetry.io/docs/reference/specification/common/#attribute