Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ sudo docker run \
--env=NGINX_AGENT_LOG_LEVEL=debug \
-d agent
```
<details>
<summary>NGINX Agent configuration options</summary>

### NGINX Agent configuration options

{{< bootstrap-table "table table-striped table-bordered" >}}
| **Environment Variable** | **Command-Line Option** | **Description** | **Default Value** |
Expand Down Expand Up @@ -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 >}} |%
</details>
{{< /bootstrap-table >}}