We have instance pools setup with a maximum capacity and are looking at ways to monitor the usage to help with our capacity planning.
I have been using the system tables to track how many nodes are being used within a pool at a point in time but it appears to be that the node_timeline table only tracks nodes as they are used and so idle nodes are not counted.
From the docs idle nodes count towards the max capacity of the pool (along with nodes in use) so I cannot see how to capture this from the system tables. Is there any way of doing this?
I realise there is an api that I could hit to get the status of the pool periodically but was hoping there was a query option first.
Thanks