Sven Kirsten
Sven Kirsten

Reputation: 518

How to show downsampled values in grafana ?

I have a influxdb and want to show the downsampled values on grafana.

InfluxDB Version: 1.2

Grafana Version: 4.2

There are - No Data Points

Upvotes: 1

Views: 1602

Answers (1)

Kamil
Kamil

Reputation: 221

I know that the question was asked two months ago, but maybe someone is still reading this. I'm currently struggling with this too and found a working query in my case. In yours I think it should be:

select "mean_value" from "mydb3_rp"."1week"."cpu1" where $timeFilter

And other where conditions if you wan't to be more specific.

K.

Upvotes: 1

Related Questions