Class ConfluenceMonitoringNameGenerator


  • public class ConfluenceMonitoringNameGenerator
    extends Object
    This class can ve used for creating monitoring names based on request urls.
    Since:
    5.9.0
    • 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.