Class HttpClientPluginConfig.Plugin.Http
java.lang.Object
org.apache.skywalking.apm.plugin.httpclient.HttpClientPluginConfig.Plugin.Http
- Enclosing class:
- HttpClientPluginConfig.Plugin
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intWhen eitherHttpClientPluginConfig.Plugin.HttpClient.COLLECT_HTTP_PARAMSis enabled, how many characters to keep and send to the OAP backend, use negative values to keep and send the complete parameters, NB. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HTTP_PARAMS_LENGTH_THRESHOLD
public static int HTTP_PARAMS_LENGTH_THRESHOLDWhen eitherHttpClientPluginConfig.Plugin.HttpClient.COLLECT_HTTP_PARAMSis enabled, how many characters to keep and send to the OAP backend, use negative values to keep and send the complete parameters, NB. this config item is added for the sake of performance
-
-
Constructor Details
-
Http
public Http()
-