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_KAFKA_REPORTER_TOPIC_LOG`| Specifying Kafka topic name for Log data. |`skywalking-logs`|
32
32
|`SW_KAFKA_REPORTER_CONFIG_key`| The configs to init KafkaProducer. it support the basic arguments (whose type is either `str`, `bool`, or `int`) listed [here](https://kafka-python.readthedocs.io/en/master/apidoc/KafkaProducer.html#kafka.KafkaProducer)| unset |
33
33
|`SW_CELERY_PARAMETERS_LENGTH`| The maximum length of `celery` functions parameters, longer than this will be truncated, 0 turns off |`512`|
34
-
|`SW_AGENT_PROFILE_ACTIVE`| If `True`, Python agent will enable profile when user create a new profile task. Otherwise disable profile. |`False`|
34
+
|`SW_AGENT_PROFILE_ACTIVE`| If `True`, Python agent will enable profile when user create a new profile task. Otherwise disable profile. |`True`|
35
35
|`SW_PROFILE_TASK_QUERY_INTERVAL`| The number of seconds between two profile task query. |`20`|
36
+
|`SW_AGENT_PROFILE_MAX_PARALLEL`| The number of parallel monitor segment count. |`5`|
37
+
|`SW_AGENT_PROFILE_DURATION`| The maximum monitor segment time(minutes), if current segment monitor time out of limit, then stop it. |`10`|
38
+
|`SW_AGENT_PROFILE_DUMP_MAX_STACK_DEPTH`| The number of max dump thread stack depth |`500`|
39
+
|`SW_AGENT_PROFILE_SNAPSHOT_TRANSPORT_BUFFER_SIZE`| The number of snapshot transport to backend buffer size |`50`|
36
40
|`SW_AGENT_LOG_REPORTER_ACTIVE`| If `True`, Python agent will report collected logs to the OAP or Satellite. Otherwise, it disables the feature. |`False`|
37
41
|`SW_AGENT_LOG_REPORTER_BUFFER_SIZE`| The maximum queue backlog size for sending log data to backend, logs beyond this are silently dropped. |`10000`|
38
42
|`SW_AGENT_LOG_REPORTER_LEVEL`| This config specifies the logger levels of concern, any logs with a level below the config will be ignored. |`WARNING`|
0 commit comments