Is there a way to see how many containers are in use at a given time? Or, even better, some sort of graph of “how many containers are in use” versus “time” ?
I want to be able to see our utilization over time so that we can plan for increases in our capacity and see how test changes affect our circleci utilization.
You might be able to get historical build information from the API. I think that would contain build time, though I don’t know how far back the history would go. Maybe you could poll this once a day to get fresh build data, and then store it locally for analysis?