Prometheus exporter
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 95
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 1
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing issue #108 and the Task.task_count_from_queue metric, then read the linked Prometheus exporter documentation. The issue names no files or tests; done means providing a daemon or integrated exporter that aggregates the queue metrics and makes them available to Prometheus.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- prometheus, python
- Domain
- observability
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100