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
{{ message }}
This repository was archived by the owner on Jun 14, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: README.md
+11-11
Original file line number
Diff line number
Diff line change
@@ -240,17 +240,17 @@ Go to go2sky-plugins repo to see all the plugins, [click here](https://github.co
240
240
241
241
Below is the full list of supported environment variables you can set to customize the agent behavior, please read the descriptions for what they can achieve.
|`SW_AGENT_NAME`| The name of the Go service| unset |
246
-
|`SW_AGENT_INSTANCE_NAME`| The name of the Go service instance | Randomly generated|
247
-
|`SW_AGENT_SAMPLE`|Sample rate, 1 setting it to 1 means full sampling |1|
248
-
|`SW_AGENT_COLLECTOR_BACKEND_SERVICES`|The backend OAP server address |unset|
249
-
|`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 |
250
-
|`SW_AGENT_COLLECTOR_HEARTBEAT_PERIOD`| Agent heartbeat report period. Unit, second | 20 |
251
-
|`SW_AGENT_COLLECTOR_GET_AGENT_DYNAMIC_CONFIG_INTERVAL`|Sniffer get agent dynamic config interval. Unit, second | 20 |
|`SW_AGENT_NAME`| The name of the Go service | unset |
246
+
|`SW_AGENT_LAYER`|Instance belong layer name which define in the backend |unset|
247
+
|`SW_AGENT_INSTANCE_NAME`| The name of the Go service instance| Randomly generated|
248
+
|`SW_AGENT_SAMPLE`|Sample rate, 1 setting it to 1 means full sampling| 1 |
249
+
|`SW_AGENT_COLLECTOR_BACKEND_SERVICES`| The backend OAP server address | unset |
250
+
|`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|
251
+
|`SW_AGENT_COLLECTOR_HEARTBEAT_PERIOD`| Agent heartbeat report period. Unit, second| 20 |
252
+
|`SW_AGENT_COLLECTOR_GET_AGENT_DYNAMIC_CONFIG_INTERVAL`|Sniffer get agent dynamic config interval. Unit, second|20 |
0 commit comments