From 21d373fba8f65e10112ca734f52da70af20addbe Mon Sep 17 00:00:00 2001 From: Brendan Weibrecht Date: Tue, 19 Sep 2023 16:38:32 +1000 Subject: [PATCH] List que-prometheus in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a08c1777..df843f13 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,7 @@ These projects are tested to be compatible with Que 1.x: - [que-scheduler](https://github.com/hlascelles/que-scheduler) lets you schedule tasks using a cron style config file. - [que-locks](https://github.com/airhorns/que-locks) lets you lock around job execution for so only one job runs at once for a set of arguments. - [que-unique](https://github.com/bambooengineering/que-unique) provides fast in-memory `enqueue` deduping. +- [que-prometheus](https://github.com/mnbbrown/que-prometheus) exposes Prometheus API endpoints for job, worker, and queue metrics If you have a project that uses or relates to Que, feel free to submit a PR adding it to the list!