mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 14:26:42 +02:00
- 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>
3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
export * from './metrics.module';
|
|
export * from './metrics.service';
|
|
export * from './metrics.controller';
|