Thanks for posting. Based on the Monitoring Plugins Performance Data definition, this perfdata is valid. However, Icinga 2 does only implement a subset of this standard at the moment. Please take a look at the Icinga 2 issues #9282 and #9038.
Take the following icinga2 console output as an example.
<1> => parse_performance_data("'x'=Us")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error while evaluating expression: Can't convert 'Us' to a floating point number.
<2> => parse_performance_data("'x'=U")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error while evaluating expression: Can't convert 'U' to a floating point number
Btw, we talked about this internally just the other week and are aiming to address this one way or another. Sorry for any trouble.