Skip to content

Commit

Permalink
Update otelcol.exporter.otlphttp.md (#4706)
Browse files Browse the repository at this point in the history
* Update otelcol.exporter.otlphttp.md

`client.endpoint` should contain protocol

* Update docs/sources/flow/reference/components/otelcol.exporter.otlphttp.md

Co-authored-by: Paulin Todev <[email protected]>

* Apply suggestion

---------

Co-authored-by: Clayton Cornell <[email protected]>
Co-authored-by: Paulin Todev <[email protected]>
  • Loading branch information
3 people authored Aug 16, 2023
1 parent 989aae1 commit 8438fbd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following arguments are supported:

Name | Type | Description | Default | Required
---- | ---- | ----------- | ------- | --------
`endpoint` | `string` | `host:port` to send telemetry data to. | | yes
`endpoint` | `string` | The target URL to send telemetry data to. | | yes
`read_buffer_size` | `string` | Size of the read buffer the HTTP client uses for reading server responses. | `0` | no
`write_buffer_size` | `string` | Size of the write buffer the HTTP client uses for writing requests. | `"512KiB"` | no
`timeout` | `duration` | Time to wait before marking a request as failed. | `"30s"` | no
Expand Down Expand Up @@ -131,7 +131,7 @@ Tempo without TLS:
```river
otelcol.exporter.otlphttp "tempo" {
client {
endpoint = "tempo:4317"
endpoint = "http://tempo:4317"
tls {
insecure = true
insecure_skip_verify = true
Expand Down

0 comments on commit 8438fbd

Please sign in to comment.