从 opentsdb 检索时间戳

Retrieving timestamp from opentsdb

我正在尝试从 opentsdb 检索数据并尝试在图表中显示。我没有得到完整的时间戳(这里的时间以毫秒为单位)。我得到 10gidits 只有最后 3 个数字被截断。关于如何解决这个问题的任何想法...... 我指的是这个 link

http://opentsdb.net/docs/build/html/user_guide/query/index.html

... Unless a down sampling algorithm has been specified with a query, the data will automatically be down sampled to 1 second using the same aggregation function specified in a query. ...

您可以尝试指定 1 毫秒的下采样时间段吗?