Skip to content

Commit f15172e

Browse files
Apply suggestions from code review
Co-authored-by: Sophia Carpenter <[email protected]>
1 parent bf37746 commit f15172e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/container-apps/opentelemetry-agents.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,9 @@ While you can set up as many OTLP-configured endpoints as you like, each endpoin
137137
|---|---|
138138
| `name` | A name you select to identify your OTLP-configured endpoint. |
139139
| `endpoint` | The URL of the destination that receives collected data. |
140-
| `header` | List of security headers. |
141-
| `insecure` | True/false. If false, include headers to |
140+
| `insecure` | Default true. Defines whether to enable client transport security for the exporter's gRPC connection. If false, the `header` parameter is required. |
141+
| `header` | space separated values in 'key=value' format that provide required information for the otlp endpoints' security. example: "api-key=key other-config-value=value" |
142+
142143

143144
# [Azure CLI](#tab/azure-cli)
144145

0 commit comments

Comments
 (0)