Created
February 20, 2017 02:48
-
-
Save cdgraff/ba9228f911c33d0b3aa12edf3ef53c41 to your computer and use it in GitHub Desktop.
Query to get the data form Influxdb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT mean("value") FROM /streams./ WHERE $timeFilter GROUP BY time($interval) fill(null) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment