managarten/services/mana-core-auth/src/metrics/index.ts
Till-JS 1c5a1b8442 feat(metrics): add Prometheus metrics to all backends
- Add metrics module to calendar, chat, clock, contacts backends
- Add metrics module to mana-core-auth service
- Expose /metrics endpoint for Prometheus scraping
- Track HTTP requests, response times, and custom business metrics

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-26 09:35:01 +01:00

3 lines
107 B
TypeScript

export * from './metrics.module';
export * from './metrics.service';
export * from './metrics.controller';