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

HBase timestamp #1118

Open bandarenka opened 6 years ago

bandarenka commented 6 years ago

Hello.

Is it possible to know the timestamp of creation of each datapoint? I mean HBase timestamp that shows the real system time the record appeared in database. As I can conclude TSMeta can't help me here.

I am investigating ways to use opentsdb as bitemporal database. To do so I need to get the real system timestamp generated by database.

Thanks.

manolama commented 5 years ago

We could find a way to expose it in 3.0 but not in the 2.x branch.