On Tuesday, October 15, 2013 2:11:26 AM UTC-4,
anku...@tcs.com wrote:
I have been using OpenTSDB and storing time series data at certain intervals . My criteria is to get data from OpenTSDB only from the points where data is available. But going through the OpenTSDB documentation , I came to know that in query user have to provide an aggregate function and in the points data is not available , OpenTSDB linearly inter poles and calculate the data at that point and then perform aggregation and return the aggregated value . So while querying I am sometimes getting some ambiguous data.
Can I have data only where the data is available and avoid linear interpolation and aggregate functions.