rest - Get last absolute end time for time series in KairosDB -
I'm looking for a way to get the last absolute term for a time series stored in KairosDB. Is there a way to get it with the REST API?
Many thanks, Greg
I just found a solution here:
To get the last complete end time, you can ask for data from 1 January 1970 and add "border": 1 and "order": "desc" in your query.
Cheers, Greg
Comments
Post a Comment