Hi! Could you help me with a simple query to gather some components' statistic data with it's timestamp?
Just not sure about exact tables which I need to query.
I have a component with id = 500, which is a child of application id = 322.
As a result I want to get a table like this:
timestamp | value |
timestamp | value |
timestamp | value |
timestamp | value |
timestamp (latest poll) | value (current) |
In other words, I want to have five last values (statistic data) of this component.