We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17d9414 commit eb7cae3Copy full SHA for eb7cae3
src/content/docs/analytics/analytics-engine/limits.mdx
@@ -12,7 +12,7 @@ head:
12
The following limits apply to Workers Analytics Engine:
13
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 5120 bytes.
+* The total size of all blobs in a request must not exceed 16 KB.
16
* Each index must not be more than 96 bytes.
17
* You can write a maximum of 25 data points per Worker invocation (client HTTP request). Each call to `writeDataPoint` counts towards this limit.
18
0 commit comments