Skip to content

Commit

Permalink
[exporter/dynatrace] Readme - fix TLS' insecure_skip_verify config op…
Browse files Browse the repository at this point in the history
…tion (#7567)
  • Loading branch information
qgervacio authored Feb 7, 2022
1 parent e794616 commit 6cfac22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion exporter/dynatraceexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ exporters:
read_buffer_size: 4000
write_buffer_size: 4000
timeout: 30s
insecure_skip_verify: false
tls:
insecure_skip_verify: true
retry_on_failure:
enabled: true
initial_interval: 5s
Expand Down Expand Up @@ -197,6 +198,7 @@ Default: `0`
### insecure_skip_verify (Optional)

Additionally you can configure TLS to be enabled but skip verifying the server's certificate chain. This cannot be combined with insecure since insecure won't use TLS at all.
See [TLS and mTLS settings](https://github.com/open-telemetry/opentelemetry-collector/blob/main/config/configtls/README.md) for configurations.

Default: `false`

Expand Down

0 comments on commit 6cfac22

Please sign in to comment.