We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
| unwrap offset
Describe the bug I have a log field called offset. This query:
offset
max_over_time( {pod="block-builder-0"} |= "successfully committed offset to kafka" | logfmt | unwrap offset [1m] )
gives me a parse error:
parse error at line 2, col 90: syntax error: unexpected offset, expecting IDENTIFIER or BYTES_CONV or DURATION_CONV or DURATION_SECONDS_CONV
because offset is a LogQL keyword. To Reproduce
Just run the query.
Expected behavior I expect that the parser might understand offset here is a label name.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I have a log field called
offset
. This query:gives me a parse error:
because
offset
is a LogQL keyword.To Reproduce
Just run the query.
Expected behavior
I expect that the parser might understand
offset
here is a label name.The text was updated successfully, but these errors were encountered: