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
I created this query in the Flux Editor:
from(bucket: "s10s") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r["_measurement"] == "txs") |> aggregateWindow(every: v.windowPeriod, fn: last, createEmpty: false) |> pivot(rowKey:["_time","good"], columnKey:["_field"], valueColumn:"_value") |> yield(name: "last")
and use a simple table to display the result. Everything worked as expected - see screenshot:
Using a Table element works - but is not the output I am looking for
Steps to reproduce: List the minimal actions needed to reproduce the behavior.
Expected behavior: Table is displayed
Actual behavior: 2. The following error occurs:
Environment info:
Config:
INFLUXD_CONFIG_PATH=/etc/influxdb/config.toml INFLUXD_HTTP_BIND_ADDRESS=172.XX.XX.XX:8086
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I created this query in the Flux Editor:
and use a simple table to display the result. Everything worked as expected - see screenshot:
Using a Table element works - but is not the output I am looking for
About the bug
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
Table is displayed
Actual behavior:
2. The following error occurs:
About your environment
Environment info:
Config:
The text was updated successfully, but these errors were encountered: