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_INSTANCE`| The name of the Python service instance | Randomly generated |
7
7
|`SW_AGENT_NAMESPACE`| The agent namespace of the Python service | unset |
8
8
|`SW_AGENT_COLLECTOR_BACKEND_SERVICES`| The backend OAP server address |`127.0.0.1:11800`|
9
+
|`SW_AGENT_FORCE_TLS`| Use TLS for communication with server (no cert required) |`False`|
9
10
|`SW_AGENT_PROTOCOL`| The protocol to communicate with the backend OAP, `http`, `grpc` or `kafka`, **we highly suggest using `grpc` in production as it's well optimized than `http`**. The `kafka` protocol provides an alternative way to submit data to the backend. |`grpc`|
10
11
|`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 |
11
12
|`SW_AGENT_LOGGING_LEVEL`| The logging level, could be one of `CRITICAL`, `FATAL`, `ERROR`, `WARN`(`WARNING`), `INFO`, `DEBUG`|`INFO`|
|`SW_KAFKA_REPORTER_TOPIC_SEGMENT`| Specifying Kafka topic name for Tracing data. |`skywalking-segments`|
28
29
|`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 |
29
30
|`SW_CELERY_PARAMETERS_LENGTH`| The maximum length of `celery` functions parameters, longer than this will be truncated, 0 turns off |`512`|
30
-
|`SW_AGENT_PROFILE_ACTIVE`| If `True`, Python agent will enable profile when user create a new profile task. Otherwise disable profile. |`False`|
31
-
|`SW_PROFILE_TASK_QUERY_INTERVAL`| The number of seconds between two profile task query. |`20`|
31
+
|`SW_AGENT_PROFILE_ACTIVE`| If `True`, Python agent will enable profile when user create a new profile task. Otherwise disable profile. |`False`|
32
+
|`SW_PROFILE_TASK_QUERY_INTERVAL`| The number of seconds between two profile task query. |`20`|
0 commit comments