Skip to content

Commit 59d60c3

Browse files
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]>
1 parent 2b87027 commit 59d60c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/nginx-one/agent/configure-instances/configuration-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ sudo docker run \
6262
| 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 |
6363
| NGINX_AGENT_ALLOWED_DIRECTORIES | --allowed-directories | A comma-separated list of paths granting read/write permissions for the agent. | N/A |
6464
| 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 |
6666
| NGINX_AGENT_COMMAND_SERVER_HOST | --command-server-host | Specifies target hostname for the command and control server. | N/A |
6767
| NGINX_AGENT_COMMAND_SERVER_PORT | --command-server-port | Specifies the port of the command and control server. | N/A |
6868
| NGINX_AGENT_COMMAND_AUTH_TOKEN | --command-auth-token | Authentication token used to establish communication with the command server. | N/A |

0 commit comments

Comments
 (0)