Skip to content

Commit d82c1cc

Browse files
swcollardDaleSeo
andauthored
Update docs/source/config-file.mdx
Include enum name Co-authored-by: Dale Seo <[email protected]>
1 parent c13bef9 commit d82c1cc

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
@@ -256,7 +256,7 @@ transport:
256256
| :--------- | :--------------------------------------- | :----------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
257257
| `endpoint` | `URL` | `http://localhost:4137` | URL to export data to. Requires full path. |
258258
| `protocol` | `string` | `grpc` | Protocol for export. Only `grpc` and `http/protobuf` are supported. |
259-
| `temporality` | `Optional oneOf ["Cumulative", "Delta"]` | `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). |
259+
| `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

261261
#### Traces
262262

0 commit comments

Comments
 (0)