[management] record pat usage metrics (#4888)

This commit is contained in:
Pascal Fischer
2025-12-02 18:31:59 +01:00
committed by GitHub
parent a293f760af
commit a232cf614c
4 changed files with 112 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ func NewAPIHandler(
accountManager.SyncUserJWTGroups,
accountManager.GetUserFromUserAuth,
rateLimitingConfig,
appMetrics.GetMeter(),
)
corsMiddleware := cors.AllowAll()