Class ConfluenceMonitoringNameGenerator
- java.lang.Object
-
- com.atlassian.confluence.util.profiling.ConfluenceMonitoringNameGenerator
-
public class ConfluenceMonitoringNameGenerator extends Object
This class can ve used for creating monitoring names based on request urls.- Since:
- 5.9.0
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
generateName(javax.servlet.http.HttpServletRequest request)
Generated the monitoring name based on the request.
-
-
-
Method Detail
-
generateName
public static String generateName(javax.servlet.http.HttpServletRequest request)
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.
-
-