Class ConfluenceMonitoringNameGenerator
java.lang.Object
com.atlassian.confluence.util.profiling.ConfluenceMonitoringNameGenerator
This class can ve used for creating monitoring names based on request urls.
- Since:
- 5.9.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
generateName
(javax.servlet.http.HttpServletRequest request) Generated the monitoring name based on the request.
-
Method Details
-
generateName
Generated the monitoring name based on the request.- Parameters:
request
- the request to use for generating the name.- Returns:
- the generated name based on appropriate rules.
-