Skip to content
New issue

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

Error in Dashboard with specific cell #6873

Open
martint17r opened this issue Mar 19, 2024 · 0 comments
Open

Error in Dashboard with specific cell #6873

martint17r opened this issue Mar 19, 2024 · 0 comments
Labels
kind/bug Something isn't working team/ui

Comments

@martint17r
Copy link

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:

Bildschirmfoto 2024-03-19 um 19 37 08

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.

  1. Save the above mentioned query to a dashboard

Expected behavior:
Table is displayed

Actual behavior:
2. The following error occurs:
Bildschirmfoto 2024-03-19 um 19 38 04

About your environment

Environment info:

Config:

INFLUXD_CONFIG_PATH=/etc/influxdb/config.toml
INFLUXD_HTTP_BIND_ADDRESS=172.XX.XX.XX:8086
@martint17r martint17r added kind/bug Something isn't working team/ui labels Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working team/ui
Projects
None yet
Development

No branches or pull requests

1 participant