Class SpringMVCPluginConfig.Plugin.SpringMVC
java.lang.Object
org.apache.skywalking.apm.plugin.spring.mvc.commons.SpringMVCPluginConfig.Plugin.SpringMVC
- Enclosing class:
- SpringMVCPluginConfig.Plugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanThis config item controls that whether the SpringMVC plugin should collect the parameters of the request.static booleanIf true, the fully qualified method name will be used as the endpoint name instead of the request URL, default is false. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
USE_QUALIFIED_NAME_AS_ENDPOINT_NAME
public static boolean USE_QUALIFIED_NAME_AS_ENDPOINT_NAMEIf 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_PARAMSThis config item controls that whether the SpringMVC plugin should collect the parameters of the request.
-
-
Constructor Details
-
SpringMVC
public SpringMVC()
-