Class NettyHttpPluginConfig.Plugin.NettyHttp
java.lang.Object
org.apache.skywalking.apm.plugin.netty.http.config.NettyHttpPluginConfig.Plugin.NettyHttp
- Enclosing class:
- NettyHttpPluginConfig.Plugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanThis config item controls that whether the Netty Http plugin should collect the http body of the request.static intIfCOLLECT_REQUEST_BODYis enabled, this limitation threshold controls the max size of collected HTTP body.static StringIfCOLLECT_REQUEST_BODYis enabled, this config scopes the types of HTTP content for collecting HTTP request body. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
COLLECT_REQUEST_BODY
public static boolean COLLECT_REQUEST_BODYThis config item controls that whether the Netty Http plugin should collect the http body of the request. -
FILTER_LENGTH_LIMIT
public static int FILTER_LENGTH_LIMITIfCOLLECT_REQUEST_BODYis enabled, this limitation threshold controls the max size of collected HTTP body. Use the negative value to represent the unlimited threshold, which could cause OOM. -
SUPPORTED_CONTENT_TYPES_PREFIX
IfCOLLECT_REQUEST_BODYis enabled, this config scopes the types of HTTP content for collecting HTTP request body. Use a comma to separate multiple types.
-
-
Constructor Details
-
NettyHttp
public NettyHttp()
-