Skip to content

Instantly share code, notes, and snippets.

@dictvm
Created November 15, 2017 09:09
Show Gist options
  • Save dictvm/419ad2f443826784cfbcc2ff5766104e to your computer and use it in GitHub Desktop.
Save dictvm/419ad2f443826784cfbcc2ff5766104e to your computer and use it in GitHub Desktop.
Count Series in InfluxDB
influx -database '$DATABASE' -format 'csv' -execute 'SHOW SERIES' | grep -v "name,_id,host" | wc -l
@jwongz
Copy link

jwongz commented Apr 18, 2020

good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment