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
Add example to show users how to set NGINX_AGENT_LABELS (#1209)
* Add example to show users how to set NGINX_AGENT_LABELS
* Update content/nginx-one/agent/configure-instances/configuration-overview.md
Thank you!
Co-authored-by: Jon Torre <[email protected]>
---------
Co-authored-by: Jon Torre <[email protected]>
Copy file name to clipboardExpand all lines: content/nginx-one/agent/configure-instances/configuration-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ sudo docker run \
62
62
| NGINX_AGENT_DATA_PLANE_NGINX_EXCLUDE_LOGS | --data-plane-config-nginx-exclude-logs | Specify one or more log paths to exclude from metrics collection and error monitoring (Unix PATH format). | N/A |
63
63
| NGINX_AGENT_ALLOWED_DIRECTORIES | --allowed-directories | A comma-separated list of paths granting read/write permissions for the agent. | N/A |
64
64
| NGINX_AGENT_FEATURES | --features | Comma-separated list of features enabled for the agent. | N/A |
65
-
| NGINX_AGENT_LABELS | --labels | A comma-separated list of key-value pairs defining agent labels (e.g., grouping). | N/A |
65
+
| NGINX_AGENT_LABELS | --labels | A comma-separated list of key-value pairs defining agent labels (for example: env=prod,team=backend). | N/A |
66
66
| NGINX_AGENT_COMMAND_SERVER_HOST | --command-server-host | Specifies target hostname for the command and control server. | N/A |
67
67
| NGINX_AGENT_COMMAND_SERVER_PORT | --command-server-port | Specifies the port of the command and control server. | N/A |
68
68
| NGINX_AGENT_COMMAND_AUTH_TOKEN | --command-auth-token | Authentication token used to establish communication with the command server. | N/A |
0 commit comments