From f6317b0d1a119bb529f3ab529ab85fce46ba32ea Mon Sep 17 00:00:00 2001 From: nginx-seanmoloney Date: Wed, 1 Oct 2025 14:59:50 +0100 Subject: [PATCH 1/2] Add example to show users how to set NGINX_AGENT_LABELS --- .../agent/configure-instances/configuration-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nginx-one/agent/configure-instances/configuration-overview.md b/content/nginx-one/agent/configure-instances/configuration-overview.md index 98a41ca4e..9bae7e0fa 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 (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 | From 982e09e867886f3a9dac37ff41f35e161c2ca5cd Mon Sep 17 00:00:00 2001 From: nginx-seanmoloney <133861979+nginx-seanmoloney@users.noreply.github.com> Date: Wed, 1 Oct 2025 15:14:19 +0100 Subject: [PATCH 2/2] Update content/nginx-one/agent/configure-instances/configuration-overview.md Thank you! Co-authored-by: Jon Torre <78599298+JTorreG@users.noreply.github.com> --- .../agent/configure-instances/configuration-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nginx-one/agent/configure-instances/configuration-overview.md b/content/nginx-one/agent/configure-instances/configuration-overview.md index 9bae7e0fa..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 (example: env=prod,team=backend). | 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 |