-
-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
I have the following query
from(bucket: "db")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r["_measurement"] == "meas")
|> filter(fn: (r) => r["_field"] == "PAC")
|> window(every: 1d)
|> integral(unit: 1h)
This is the result of the query
which returns (assuming 4 days) 4 different entries representing the kWh over a day.
The resulting graph is the one below
If i set it to Gauge at least the "first" value is displayed.
I admit i'm new to grafana world and i have no idea if the data i'm returning is in the correct form.
The idea would be to show different powers (consumed, measured ecc) grouped by each day.
Regards,
rozetko
Metadata
Metadata
Assignees
Labels
No labels