Now that #108 provides queue metrics, next we should build a Prometheus exporter to aggregate and monitor these metrics.
I guess that would be a daemon that could be installed on a single machine to export Task.task_count_from_queue and make them available for Prometheus.
It's common for the Prometheus exporter to be tightly integrated into a product, for example:
https://www.cockroachlabs.com/docs/stable/monitor-cockroachdb-with-prometheus.html
Now that #108 provides queue metrics, next we should build a Prometheus exporter to aggregate and monitor these metrics.
I guess that would be a daemon that could be installed on a single machine to export
Task.task_count_from_queueand make them available for Prometheus.It's common for the Prometheus exporter to be tightly integrated into a product, for example:
https://www.cockroachlabs.com/docs/stable/monitor-cockroachdb-with-prometheus.html