Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Rudd <[email protected]>
  • Loading branch information
adamvr committed Aug 21, 2023
1 parent 9df80ee commit 2c712ac
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions website/docs/components/tracers/open_telemetry_collector.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ The URL of a collector to send tracing events to.
Type: `string`
Default: `"localhost:4318"`

### `http[].secure`

Connect to the collector over HTTPS


Type: `bool`
Default: `false`

### `grpc`

A list of grpc collectors.
Expand All @@ -81,6 +89,14 @@ The URL of a collector to send tracing events to.
Type: `string`
Default: `"localhost:4317"`

### `grpc[].secure`

Connect to the collector with client transport security


Type: `bool`
Default: `false`

### `tags`

A map of tags to add to all tracing spans.
Expand Down

0 comments on commit 2c712ac

Please sign in to comment.