Nicolas Steinmetz / Septembre 2015
An open-source distributed time series database with no external dependencies. InfluxDB is the new home for all of your metrics, events, and analytics.
<measurement>[,<tag-key>=<tag-value>...] <field-key>=<field-value>
... [unix-nano-timestamp]
cpu,host=serverA,region=us_west value=0.64
stock,symbol=AAPL bid=127.46,ask=127.48
temperature,machine=unit42,type=assembly external=25,internal=37
INSERT temperature,machine=unit42,type=assembly ext=25,int=37
SELECT * from temperature where machine='unit42'
SELECT * from temperature where machine='unit42' and int > 30
SELECT count(*) from temperature GROUP BY type
DROP MEASUREMENT temperature
DROP SERIES FROM temperature WHERE machine = 'unit42'
SHOW TAG KEYS (from temperature)
An open source, feature rich metrics dashboard and graph editor for Graphite, InfluxDB & OpenTSDB.
Facile à appréhender et mettre en place (< 2h)
Prochaines étapes :