You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `endpoint` | `URL` | `http://localhost:4137` | URL to export data to. Requires full path. |
258
-
| `protocol` | `string` | `grpc` | Protocol for export. Only `grpc` and `http/protobuf` are supported. |
259
-
| `temporality` | `Temporality` | `Cumulative` | OTel property that refers to the way additive quantities are expressed, in relation to time, indicating whether reported values incorporate previous measurements or not. |
| `endpoint` | `URL` | `http://localhost:4137` | URL to export data to. Requires full path. |
258
+
| `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). |
0 commit comments