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
Steps to reproduce:
Resolution
map
a.10 seconds,"10s" b.30 seconds,"30s"
from(bucket: "telegraf") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r._measurement == "cpu") |> filter(fn: (r) => r._field == "usage_user") |> filter(fn: (r) => r.cpu == "cpu-total") |> map(fn: (r) => ({r with _variable: v.Resolution}))
Expected behavior: The _variable field should display the mapped value (10s)
_variable
10s
Actual behavior: The _variable field shows the key of the variable (a.10 seconds)
a.10 seconds
Environment info:
The text was updated successfully, but these errors were encountered:
Bug still present in 2.0.0-alpha20 and 2.0.0-alpha21
Sorry, something went wrong.
Duplicate of #17026 - fixed in this PR:
#17072
No branches or pull requests
Steps to reproduce:
Resolution
of typemap
. For example, using the CSV format:Expected behavior:
The
_variable
field should display the mapped value (10s
)Actual behavior:
The
_variable
field shows the key of the variable (a.10 seconds
)Environment info:
The text was updated successfully, but these errors were encountered: