Skip to content

Commit 46f3e31

Browse files
committed
fix: expose Agent config options
1 parent 7871248 commit 46f3e31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ sudo docker run \
4949
--env=NGINX_AGENT_LOG_LEVEL=debug \
5050
-d agent
5151
```
52-
<details>
53-
<summary>NGINX Agent configuration options</summary>
52+
### NGINX Agent configuration options
5453

5554
{{< bootstrap-table "table table-striped table-bordered" >}}
5655
| **Environment Variable** | **Command-Line Option** | **Description** | **Default Value** |
@@ -84,4 +83,3 @@ sudo docker run \
8483
| 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 |
8584
| 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
8685
{{< /bootstrap-table >}} |%
87-
</details>

0 commit comments

Comments
 (0)