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
Copy file name to clipboardExpand all lines: src/content/docs/analytics/analytics-engine/limits.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ head:
12
12
The following limits apply to Workers Analytics Engine:
13
13
14
14
* Analytics Engine will accept up to twenty blobs, twenty doubles, and one index per call to `writeDataPoint`.
15
-
* The total size of all blobs in a request must not exceed 16 KB.
15
+
* The total size of all blobs in a request must not exceed **16 KB**. The 16 KB size limit for the blobs field applies to **each individual data point**, regardless of how many are included in a single request using writeDataPoints().
16
16
* Each index must not be more than 96 bytes.
17
17
* You can write a maximum of 25 data points per Worker invocation (client HTTP request). Each call to `writeDataPoint` counts towards this limit.
0 commit comments