From 432b4ba8cb32045ee87f4d280febe46397c185ab Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Fri, 25 Jul 2025 09:55:06 -0700 Subject: [PATCH 1/4] fix: expose Agent config options --- .../configure-instance-reporting/configuration-overview.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md b/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md index 5bfb8e7f9..9fc95a391 100644 --- a/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md +++ b/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md @@ -49,8 +49,7 @@ sudo docker run \ --env=NGINX_AGENT_LOG_LEVEL=debug \ -d agent ``` -
-NGINX Agent configuration options +### NGINX Agent configuration options {{< bootstrap-table "table table-striped table-bordered" >}} | **Environment Variable** | **Command-Line Option** | **Description** | **Default Value** | @@ -84,4 +83,3 @@ sudo docker run \ | NGINX_AGENT_COLLECTOR_EXTENSIONS_TLS_KEY | --collector-extensions-health-tls-key | File path for TLS key used when connecting with OTel health server. | N/A | | NGINX_AGENT_COLLECTOR_PROCESSORS_BATCH_SEND_BATCH_TIMEOUT | --collector-processors-batch-send-batch-timeout | Maximum time duration for sending batch data metrics regardless of size. | 200ms {{< /bootstrap-table >}} |% -
\ No newline at end of file From cd2eda4c230a01c8345bf9f025cf209cec495038 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Wed, 30 Jul 2025 12:01:01 -0700 Subject: [PATCH 2/4] Leave table open --- .../configure-instance-reporting/configuration-overview.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md b/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md index 9fc95a391..e0f584803 100644 --- a/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md +++ b/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md @@ -49,7 +49,9 @@ sudo docker run \ --env=NGINX_AGENT_LOG_LEVEL=debug \ -d agent ``` -### NGINX Agent configuration options + +
+NGINX Agent configuration options {{< bootstrap-table "table table-striped table-bordered" >}} | **Environment Variable** | **Command-Line Option** | **Description** | **Default Value** | @@ -83,3 +85,4 @@ sudo docker run \ | NGINX_AGENT_COLLECTOR_EXTENSIONS_TLS_KEY | --collector-extensions-health-tls-key | File path for TLS key used when connecting with OTel health server. | N/A | | NGINX_AGENT_COLLECTOR_PROCESSORS_BATCH_SEND_BATCH_TIMEOUT | --collector-processors-batch-send-batch-timeout | Maximum time duration for sending batch data metrics regardless of size. | 200ms {{< /bootstrap-table >}} |% +
From 34de78aab9b7814ebed79b6dd7faad018ebdba24 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Wed, 30 Jul 2025 12:21:20 -0700 Subject: [PATCH 3/4] change back --- .../configure-instance-reporting/configuration-overview.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md b/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md index e0f584803..2cd85c980 100644 --- a/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md +++ b/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md @@ -50,8 +50,7 @@ sudo docker run \ -d agent ``` -
-NGINX Agent configuration options +### NGINX Agent configuration options {{< bootstrap-table "table table-striped table-bordered" >}} | **Environment Variable** | **Command-Line Option** | **Description** | **Default Value** | @@ -85,4 +84,3 @@ sudo docker run \ | NGINX_AGENT_COLLECTOR_EXTENSIONS_TLS_KEY | --collector-extensions-health-tls-key | File path for TLS key used when connecting with OTel health server. | N/A | | NGINX_AGENT_COLLECTOR_PROCESSORS_BATCH_SEND_BATCH_TIMEOUT | --collector-processors-batch-send-batch-timeout | Maximum time duration for sending batch data metrics regardless of size. | 200ms {{< /bootstrap-table >}} |% -
From fa32adea343390c55477dd30fda0931cd4369733 Mon Sep 17 00:00:00 2001 From: Mike Jang <3287976+mjang@users.noreply.github.com> Date: Wed, 30 Jul 2025 12:30:39 -0700 Subject: [PATCH 4/4] More --- .../configure-instance-reporting/configuration-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md b/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md index 2cd85c980..dcfb1a636 100644 --- a/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md +++ b/content/nginx-one/agent/configure-instance-reporting/configuration-overview.md @@ -83,4 +83,4 @@ sudo docker run \ | NGINX_AGENT_COLLECTOR_EXTENSIONS_TLS_CERT | --collector-extensions-health-tls-cert | TLS Certificate file path for communication with OTel health server. | N/A | | NGINX_AGENT_COLLECTOR_EXTENSIONS_TLS_KEY | --collector-extensions-health-tls-key | File path for TLS key used when connecting with OTel health server. | N/A | | NGINX_AGENT_COLLECTOR_PROCESSORS_BATCH_SEND_BATCH_TIMEOUT | --collector-processors-batch-send-batch-timeout | Maximum time duration for sending batch data metrics regardless of size. | 200ms -{{< /bootstrap-table >}} |% +{{< /bootstrap-table >}}