closeio / closeio/tasktiger

Prometheus exporter

Open
#109 6 comments 1 reaction 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.