Skip to content

Grafana dashboards not displayed with influxdb2 #1959

Answered by nicolargo
j-zarp asked this question in Q&A
Discussion options

You must be logged in to vote

This one is better:

from(bucket: "glances")
  |> range(start: v.timeRangeStart, stop:v.timeRangeStop)
  |> filter(fn: (r) =>
    r._measurement == "load" and
    r._field == "min5"
  )
  |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)
  |> yield(name: "mean")

So need an hard and long work to migrate, i just open an issue #1960 to track this.

Replies: 6 comments 23 replies

Comment options

You must be logged in to vote
17 replies
@nicolargo
Comment options

@j-zarp
Comment options

@nicolargo
Comment options

@nicolargo
Comment options

@j-zarp
Comment options

Comment options

You must be logged in to vote
4 replies
@j-zarp
Comment options

@nicolargo
Comment options

@nicolargo
Comment options

@j-zarp
Comment options

Comment options

You must be logged in to vote
1 reply
@j-zarp
Comment options

Answer selected by nicolargo
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@j-zarp
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #1958 on November 26, 2021 10:26.