You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`SW_AGENT_AUTHENTICATION`| The authentication token to verify that the agent is trusted by the backend OAP, as for how to configure the backend, refer to [the yaml](https://github.com/apache/skywalking/blob/4f0f39ffccdc9b41049903cc540b8904f7c9728e/oap-server/server-bootstrap/src/main/resources/application.yml#L155-L158). | unset |
12
12
|`SW_AGENT_LOGGING_LEVEL`| The logging level, could be one of `CRITICAL`, `FATAL`, `ERROR`, `WARN`(`WARNING`), `INFO`, `DEBUG`|`INFO`|
13
13
|`SW_AGENT_DISABLE_PLUGINS`| The name patterns in CSV pattern, plugins whose name matches one of the pattern won't be installed |`''`|
14
+
|`SW_AGENT_MAX_BUFFER_SIZE`| The maximum queue backlog size for sending the segment data to backend, segments beyond this are silently dropped |`'1000'`|
14
15
|`SW_SQL_PARAMETERS_LENGTH`| The maximum length of the collected parameter, parameters longer than the specified length will be truncated, length 0 turns off parameter tracing |`0`|
15
16
|`SW_PYMONGO_TRACE_PARAMETERS`| Indicates whether to collect the filters of pymongo |`False`|
16
17
|`SW_PYMONGO_PARAMETERS_MAX_LENGTH`| The maximum length of the collected filters, filters longer than the specified length will be truncated |`512`|
0 commit comments