Skip to content

Commit

Permalink
Document correction (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaumyaPaigwar authored Aug 21, 2022
1 parent 70bf281 commit 4a63260
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ end with `v1/traces` if using OTLP/HTTP.

### `OTEL_EXPORTER_OTLP_METRICS_ENDPOINT`

Endpoint URL for trace data only, with an optionally-specified port number. Must
Endpoint URL for metric data only, with an optionally-specified port number. Must
end with `v1/metrics` if using OTLP/HTTP.

**Default value:**
Expand All @@ -66,7 +66,7 @@ end with `v1/metrics` if using OTLP/HTTP.

### `OTEL_EXPORTER_OTLP_LOGS_ENDPOINT`

Endpoint URL for trace data only, with an optionally-specified port number. Must
Endpoint URL for log data only, with an optionally-specified port number. Must
end with `v1/logs` if using OTLP/HTTP.

**Default value:**
Expand Down

0 comments on commit 4a63260

Please sign in to comment.