Build Count Statistics

Greetings,

I have gone through the docs and looked at the instance of CircleCI, and I was wondering if there was a way to get a count of builds per day, or per some specified time unit, per repository. We are internally looking to see how busy some of these projects are and trying to decided how to allocate resources, and knowing how many builds are happening (not just how long the median build was) would be very helpful.

If it is a feature can you point me in the direction of the documentation or an example? If it isn’t a feature… can it become one?

Thank you much.

This sounds like a use-case for the API - could you just fetch counts per day yourself? You could either host this on your own server, or you could create a fresh build job and add a day scheduler to it, to save the need for a separate server.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.