Skip to content

RPM gauge not showing last value #107

Open
@big-col

Description

@big-col

I think this might be problem with my query rather thank config of the gauge, any pointers appreciated please

image

from(bucket: "seaandsea") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r["_measurement"] == "propulsion.port.revolutions") |> filter(fn: (r) => r["_field"] == "value") |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false) |> yield(name: "mean")

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions