feat(metrics): Prometheus app metrics (#42) #126

Merged
jmiller merged 1 commits from feat/prometheus-metrics into dev 2026-05-21 01:04:47 +00:00
Owner

Adds active_users_30d, actions_queue_length, actions_running_jobs to /metrics endpoint.

Adds active_users_30d, actions_queue_length, actions_running_jobs to /metrics endpoint.
jmiller added 1 commit 2026-05-20 16:07:01 +00:00
feat(metrics): add active users, actions queue/running to Prometheus (#42)
Branch Policy Check / Verify merge target (pull_request) Successful in 1s
d300cde639
Extend the existing /metrics endpoint with 3 new application metrics:
- gitea_active_users_30d: users active in last 30 days
- gitea_actions_queue_length: pending action jobs
- gitea_actions_running_jobs: currently running jobs

No new dependencies — extends existing collector and statistic model.

Closes #42

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jmiller merged commit 53b7e378d1 into dev 2026-05-21 01:04:47 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#126