The current implementation of the metrics value serialization includes spaces into the fields of the measurements, which is not valid according to the spec and will cause the measurement to be rejected. This PR changes this behaviour to ensure all fields are separated by commas.
:memo: Checklist
[X] All user-facing changes have changelog entries.
:notebook_with_decorative_cover: Description
The current implementation of the metrics value serialization includes spaces into the fields of the measurements, which is not valid according to the spec and will cause the measurement to be rejected. This PR changes this behaviour to ensure all fields are separated by commas.
:memo: Checklist
:dart: Review Instructions
Compare code and output to line protocol specification.