Skip to content

Commit 7db8c28

Browse files
authored
fix: Expose Agent config options (#895)
* fix: expose Agent config options
1 parent 5e0e88d commit 7db8c28

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

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

5555
{{< bootstrap-table "table table-striped table-bordered" >}}
5656
| **Environment Variable** | **Command-Line Option** | **Description** | **Default Value** |
@@ -83,5 +83,4 @@ sudo docker run \
8383
| NGINX_AGENT_COLLECTOR_EXTENSIONS_TLS_CERT | --collector-extensions-health-tls-cert | TLS Certificate file path for communication with OTel health server. | N/A |
8484
| 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 |
8585
| 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
86-
{{< /bootstrap-table >}} |%
87-
</details>
86+
{{< /bootstrap-table >}}

0 commit comments

Comments
 (0)