Add ability to query row counts
This commit allows for queries which only request for row counts to be gathered and written for Prometheus to gather. At this time 3 simple queries are added which monitor how many projects are orphaned and/or pending_delete, though the structure of the code allows for easily adding more queries which do SELECT COUNT(<whatever>) FROM <whatever>;
Showing
Please register or sign in to comment