Skip to content

feat(metrics): add active user metrics functionality#895

Open
ugcodrr wants to merge 2 commits into
mainfrom
feat/active-user-metrics
Open

feat(metrics): add active user metrics functionality#895
ugcodrr wants to merge 2 commits into
mainfrom
feat/active-user-metrics

Conversation

@ugcodrr

@ugcodrr ugcodrr commented Jun 13, 2026

Copy link
Copy Markdown
Member

Use Redis HyperLogLog to estimate DAU/WAU/MAU or whateva

  • Added new metric route
  • Updated command usage route to take in optional userID

TODO:

  • Add command to support bot

* Introduced MetricsModule and ActivityService for tracking active users
* Added MetricsController to handle metrics-related API requests
* Created ActiveUsersDto for input validation
* Updated CommandsController to record active user activity
* Enhanced CommandDto to include optional userId parameter
@ugcodrr ugcodrr requested a review from jacobk999 June 13, 2026 10:36
@vercel

vercel Bot commented Jun 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
statsify Ignored Ignored Preview Jun 13, 2026 11:16pm

* Add MetricsCommand to retrieve and display active user metrics
* Introduce getActiveMetrics method in ApiService
* Create GetActiveMetricsResponse class for metrics response structure
* Update localization file to include metrics command description
* Enhance i18n loader to dynamically load language files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant