[loki] Json|Logfmt Parser returns empty label value if it contains symbol �
#13963
Labels
area/logql
component/logql
component/loki
good first issue
These are great first issues. If you are looking for a place to start, start here!
type/enhancement
Something existing could be improved
Describe the bug
When the Logfmt or JSON parser meets the symbol
�
inside the label value, it skips the whole label or replaces the value with an empty string.Loki drops the value(here and here) because PromQL engine fails the query if it meets such symbols.
To Reproduce
Open LogQL analyzer page and run the query:
Expected behavior
(symbol: space) instead of dropping the label or label value.
Label value must be replaced with
Environment:
The text was updated successfully, but these errors were encountered: