Class NettyHttpPluginConfig.Plugin.NettyHttp

java.lang.Object
org.apache.skywalking.apm.plugin.netty.http.config.NettyHttpPluginConfig.Plugin.NettyHttp
Enclosing class:
NettyHttpPluginConfig.Plugin

public static class NettyHttpPluginConfig.Plugin.NettyHttp extends Object
  • Field Details

    • COLLECT_REQUEST_BODY

      public static boolean COLLECT_REQUEST_BODY
      This 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_LIMIT
      If COLLECT_REQUEST_BODY is 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

      public static String SUPPORTED_CONTENT_TYPES_PREFIX
      If COLLECT_REQUEST_BODY is 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()