Describe the bug
A LogQL filter on bytes requires the unit to come directly after the number, without a space. However, a logfmt query for a log line with bytes fields in it is returning the value with a space between the number and unit. Here's an example in the Grafana Ops env, for those with access, and a screenshot for those without:
To Reproduce
Steps to reproduce the behavior:
Query a stream, using a formatter, with bytes fields
See the results have spaces in the values
Try to query with spaces in the values
Expected behavior
The format should be consistent between queries and responses
Describe the bug A LogQL filter on bytes requires the unit to come directly after the number, without a space. However, a logfmt query for a log line with bytes fields in it is returning the value with a space between the number and unit. Here's an example in the Grafana Ops env, for those with access, and a screenshot for those without:
To Reproduce Steps to reproduce the behavior:
Expected behavior The format should be consistent between queries and responses