Skip to content

Commit cd2eda4

Browse files
committed
Leave table open
1 parent 432b4ba commit cd2eda4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/nginx-one/agent/configure-instance-reporting/configuration-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ sudo docker run \
4949
--env=NGINX_AGENT_LOG_LEVEL=debug \
5050
-d agent
5151
```
52-
### NGINX Agent configuration options
52+
53+
<details open="true">
54+
<summary>NGINX Agent configuration options</summary>
5355

5456
{{< bootstrap-table "table table-striped table-bordered" >}}
5557
| **Environment Variable** | **Command-Line Option** | **Description** | **Default Value** |
@@ -83,3 +85,4 @@ sudo docker run \
8385
| 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 |
8486
| 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
8587
{{< /bootstrap-table >}} |%
88+
</details>

0 commit comments

Comments
 (0)