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..dcfb1a636 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,8 @@ 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,5 +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 >}} |% -
\ No newline at end of file +{{< /bootstrap-table >}}