Skip to content

Commit

Permalink
Update otlp-exporter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shalk authored Aug 20, 2024
1 parent 30f5960 commit 164333d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions content/en/docs/languages/sdk-configuration/otlp-exporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,13 @@ The timeout value for all outgoing logs in milliseconds.

**Example:** `export OTEL_EXPORTER_OTLP_LOGS_TIMEOUT=500`

### `OTEL_EXPORTER_OTLP_PROTOCOL`

## Protocol Configuration

The following environment variables configure the OTLP transport protocol
an OTLP Exporter will use HTTP or gRPC protocol to send requests.

### `OTEL_EXPORTER_OTLP_PROTOCOL`

Specifies the OTLP transport protocol to be used for all telemetry data.

**Default value:** SDK-dependent, but will typically be either `http/protobuf`
Expand Down

0 comments on commit 164333d

Please sign in to comment.