reschke commented on code in PR #125: URL: https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/125#discussion_r1819416264
########## src/main/java/org/apache/sling/resourceresolver/impl/ResourceResolverMetrics.java: ########## @@ -36,14 +36,16 @@ * Export metrics for the resource resolver bundle: * * org.apache.sling.resourceresolver.numberOfResourcesWithAliasesOnStartup -- the total number of resources with sling:alias properties found on startup + * org.apache.sling.resourceresolver.numberOfDetectedConflictingAliases -- the total number of detected invalid aliases + * org.apache.sling.resourceresolver.numberOfDetectedInvalidAliases -- the total number of detected invalid aliases + * * org.apache.sling.resourceresolver.numberOfResourcesWithVanityPathsOnStartup -- the total number of resources with sling:vanityPath properties found on startup - * org.apache.sling.resourceresolver.numberOfVanityPaths -- the total number of vanity paths in the cache Review Comment: It just moved down; I separated alias from vp metrics, and sorted them alphabetically -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
