Skip to content

Commit 24f29a7

Browse files
committed
docs: Fix default telemtry port typo
1 parent e1d8dcd commit 24f29a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/config-file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ transport:
254254

255255
| Option | Type | Default | Description |
256256
| :--------- | :--------------------------------------- | :----------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
257-
| `endpoint` | `URL` | `http://localhost:4137` | URL to export data to. Requires full path. |
257+
| `endpoint` | `URL` | `http://localhost:4317` | URL to export data to. Requires full path. |
258258
| `protocol` | `string` | `grpc` | Protocol for export. Only `grpc` and `http/protobuf` are supported. |
259259
| `temporality` | `MetricTemporality` | `Cumulative` | Optional OTel property that refers to the way additive quantities are expressed, in relation to time, indicating whether reported values incorporate previous measurements (Cumulative) or not (Delta). |
260260

0 commit comments

Comments
 (0)