Skip to content

Instantly share code, notes, and snippets.

@cdgraff
Created February 20, 2017 02:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cdgraff/ba9228f911c33d0b3aa12edf3ef53c41 to your computer and use it in GitHub Desktop.
Save cdgraff/ba9228f911c33d0b3aa12edf3ef53c41 to your computer and use it in GitHub Desktop.
Query to get the data form Influxdb
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