OpenTSDB / opentsdb

A scalable, distributed Time Series Database.
http://opentsdb.net
GNU Lesser General Public License v2.1
4.99k stars 1.25k forks source link

handle device status (active/inactive) in opentsdb #1735

Open senthilr2k opened 5 years ago

senthilr2k commented 5 years ago

Hi could you please help me figure out on how to store device status (active/inactive) in such a way that, i can show a trend on how many device were active or inactive at a particular timeframe.

Thanks in advance

johnseekins commented 5 years ago

Probably say something like:

Then querying the TSD without the tag will give you a count of active hosts.