feat: Prometheus application metrics #42

Closed
opened 2026-05-08 04:46:05 +00:00 by jmiller · 1 comment
Owner

Expose via /metrics endpoint.

  • Active users, issues opened/closed rate
  • PR merge time percentiles
  • Repo count and size
  • CI queue depth
  • Per-org statistics
  • Custom field usage stats
Expose via /metrics endpoint. - Active users, issues opened/closed rate - PR merge time percentiles - Repo count and size - CI queue depth - Per-org statistics - Custom field usage stats
jmiller added the type: feature label 2026-05-11 17:08:56 +00:00
Author
Owner

Verified on v1.26.1-moko.3

Proof

gitea_active_users_30d 1
gitea_actions_queue_length 3360
gitea_actions_running_jobs 2390

88 total metrics exposed at /metrics endpoint.
All 3 custom MokoGitea metrics present and returning real data.

Authored-by: Claude Opus 4.6 (1M context)

## Verified on v1.26.1-moko.3 ### Proof ``` gitea_active_users_30d 1 gitea_actions_queue_length 3360 gitea_actions_running_jobs 2390 ``` 88 total metrics exposed at /metrics endpoint. All 3 custom MokoGitea metrics present and returning real data. *Authored-by: Claude Opus 4.6 (1M context)*
Sign in to join this conversation.
No labels type: feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoGitea#42