Class SpringMVCPluginConfig.Plugin.SpringMVC

java.lang.Object
org.apache.skywalking.apm.plugin.spring.mvc.commons.SpringMVCPluginConfig.Plugin.SpringMVC
Enclosing class:
SpringMVCPluginConfig.Plugin

public static class SpringMVCPluginConfig.Plugin.SpringMVC extends Object
  • Field Details

    • USE_QUALIFIED_NAME_AS_ENDPOINT_NAME

      public static boolean USE_QUALIFIED_NAME_AS_ENDPOINT_NAME
      If true, the fully qualified method name will be used as the endpoint name instead of the request URL, default is false.
    • COLLECT_HTTP_PARAMS

      public static boolean COLLECT_HTTP_PARAMS
      This config item controls that whether the SpringMVC plugin should collect the parameters of the request.
  • Constructor Details

    • SpringMVC

      public SpringMVC()