OpenTSDB / opentsdb

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

Java API for querying TSDB with millisecond resolution #635

Open spicoflorin opened 8 years ago

spicoflorin commented 8 years ago

While debugging the TSDMain class, I found out that the filtering at millisecond is not performed at the database level, but in client code in HTTPJonSerializer. I believe that this is the current supported implementation. Can we have a Java API that is able to query the TSDB with the millisecond precision at the database level? Thanks.

manolama commented 8 years ago

Yeah I want to try and get that into 2.3. It requires a bit of munging to implement but shouldn't be too difficult.