@@ -35,14 +35,6 @@ The number of queued tasks by environment.
35
35
| Staging | At most 10 million |
36
36
| Prod | At most 10 million |
37
37
38
- ## Log retention
39
-
40
- | Pricing tier | Limit |
41
- | :---------------- | :--------- |
42
- | Free | 1 day |
43
- | Hobby | 7 days |
44
- | Pro | 30 days |
45
-
46
38
## Schedules
47
39
48
40
| Pricing tier | Limit |
@@ -59,6 +51,48 @@ If you're creating schedules for your user you will definitely need to request m
59
51
60
52
<SoftLimit />
61
53
54
+ ## Log retention
55
+
56
+ | Pricing tier | Limit |
57
+ | :---------------- | :--------- |
58
+ | Free | 1 day |
59
+ | Hobby | 7 days |
60
+ | Pro | 30 days |
61
+
62
+ ## Log size
63
+
64
+ We limit the size of logs to prevent oversized data potentially causing issues.
65
+
66
+ <Expandable title = " log limits" >
67
+
68
+ #### Attribute Limits
69
+ - Span Attribute Count Limit: 256
70
+ - Log Attribute Count Limit: 256
71
+ - Span Attribute Value Length Limit: 1028 characters
72
+ - Log Attribute Value Length Limit: 1028 characters
73
+
74
+ #### Event and Link Limits
75
+ - Span Event Count Limit: 10
76
+ - Link Count Limit: 2
77
+ - Attributes per Link Limit: 10
78
+ - Attributes per Event Limit: 10
79
+
80
+ #### I/O Packet Length Limit
81
+ 128 KB (131,072 bytes)
82
+
83
+ #### Attribute Clipping Behavior
84
+ - Attributes exceeding the value length limit (1028 characters) are discarded.
85
+ - If the total number of attributes exceeds 256, additional attributes are not included.
86
+
87
+ #### Attribute Value Size Calculation
88
+ - Strings: Actual length of the string
89
+ - Numbers: 8 bytes
90
+ - Booleans: 4 bytes
91
+ - Arrays: Sum of the sizes of all elements
92
+ - Undefined or null: 0 bytes
93
+
94
+ </Expandable >
95
+
62
96
## Task payloads and outputs
63
97
64
98
| Limit | Details |
0 commit comments