feat(metrics): add MetricsService, HttpMetricsInterceptor, and metric constants

- Extract metric names into constants with goodgo_ prefix for business metrics
- Add MetricsService for type-safe metric recording
- Add HttpMetricsInterceptor for automatic request duration/count tracking
- Register interceptor globally via APP_INTERCEPTOR
- Include linter auto-fixes for test files

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Ho Ngoc Hai
2026-04-08 22:38:55 +07:00
parent 238c27c47a
commit 944d6262e7
7 changed files with 175 additions and 14 deletions

File diff suppressed because one or more lines are too long