managarten/services/mana-core-auth/src/metrics
Till-JS 0cd2bc858a feat(stats): add user statistics to Prometheus metrics and Grafana
- Add user metrics to mana-core-auth MetricsService:
  - auth_users_total: Total registered users
  - auth_users_verified: Email-verified users
  - auth_users_created_today/this_week/this_month
- Create Grafana user-statistics dashboard with:
  - User overview stats (total, verified, verification rate, new today)
  - Registration period breakdown (today/week/month)
  - User growth trends over time
- Enhance telegram-stats-bot /users command:
  - Add yesterday comparison with trends
  - Add week-over-week comparison
  - Add mini bar chart for last 7 days registration
- Include user stats in daily Telegram report
2026-01-26 10:53:57 +01:00
..
index.ts feat(metrics): add Prometheus metrics to all backends 2026-01-26 09:35:01 +01:00
metrics.controller.ts feat(metrics): add Prometheus metrics to all backends 2026-01-26 09:35:01 +01:00
metrics.module.ts feat(metrics): add Prometheus metrics to all backends 2026-01-26 09:35:01 +01:00
metrics.service.ts feat(stats): add user statistics to Prometheus metrics and Grafana 2026-01-26 10:53:57 +01:00