diff --git a/content/nginx-one/agent/configure-instances/configuration-overview.md b/content/nginx-one/agent/configure-instances/configuration-overview.md index 98a41ca4e..038a852ca 100644 --- a/content/nginx-one/agent/configure-instances/configuration-overview.md +++ b/content/nginx-one/agent/configure-instances/configuration-overview.md @@ -62,7 +62,7 @@ sudo docker run \ | 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 | | NGINX_AGENT_ALLOWED_DIRECTORIES | --allowed-directories | A comma-separated list of paths granting read/write permissions for the agent. | N/A | | NGINX_AGENT_FEATURES | --features | Comma-separated list of features enabled for the agent. | N/A | -| NGINX_AGENT_LABELS | --labels | A comma-separated list of key-value pairs defining agent labels (e.g., grouping). | N/A | +| NGINX_AGENT_LABELS | --labels | A comma-separated list of key-value pairs defining agent labels (for example: env=prod,team=backend). | N/A | | NGINX_AGENT_COMMAND_SERVER_HOST | --command-server-host | Specifies target hostname for the command and control server. | N/A | | NGINX_AGENT_COMMAND_SERVER_PORT | --command-server-port | Specifies the port of the command and control server. | N/A | | NGINX_AGENT_COMMAND_AUTH_TOKEN | --command-auth-token | Authentication token used to establish communication with the command server. | N/A |