Skip to content

Commit 0fcb970

Browse files
authored
Document new otel limits (#2196)
* update webapp env vars * update limits
1 parent 74fdfa9 commit 0fcb970

File tree

3 files changed

+149
-138
lines changed

3 files changed

+149
-138
lines changed

docs/limits.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import RateLimitHitUseBatchTrigger from "/snippets/rate-limit-hit-use-batchtrigg
99

1010
| Pricing tier | Limit |
1111
| :----------- | :------------------- |
12-
| Free | 10 concurrent runs |
12+
| Free | 10 concurrent runs |
1313
| Hobby | 25 concurrent runs |
1414
| Pro | 100+ concurrent runs |
1515

@@ -53,20 +53,20 @@ If you're creating schedules for your user you will definitely need to request m
5353

5454
## Preview branches
5555

56-
| Pricing tier | Limit |
57-
| :----------- | :----------------- |
58-
| Free | Not available |
59-
| Hobby | 5 preview branches |
56+
| Pricing tier | Limit |
57+
| :----------- | :------------------- |
58+
| Free | Not available |
59+
| Hobby | 5 preview branches |
6060
| Pro | 20+ preview branches |
6161

6262
Additional bundles above the Pro tier are available for $10/month per preview branch. Contact us via [email](https://trigger.dev/contact) or [Discord](https://trigger.dev/discord) to request more.
6363

6464
## Realtime connections
6565

66-
| Pricing tier | Limit |
67-
| :----------- | :----------------- |
68-
| Free | 10 concurrent connections |
69-
| Hobby | 50 concurrent connections |
66+
| Pricing tier | Limit |
67+
| :----------- | :-------------------------- |
68+
| Free | 10 concurrent connections |
69+
| Hobby | 50 concurrent connections |
7070
| Pro | 500+ concurrent connections |
7171

7272
Additional bundles are available for $10/month per 100 realtime connections. Contact us via [email](https://trigger.dev/contact) or [Discord](https://trigger.dev/discord) to request more.
@@ -105,8 +105,8 @@ We limit the size of logs to prevent oversized data potentially causing issues.
105105

106106
- Span Attribute Count Limit: 256
107107
- Log Attribute Count Limit: 256
108-
- Span Attribute Value Length Limit: 1028 characters
109-
- Log Attribute Value Length Limit: 1028 characters
108+
- Span Attribute Value Length Limit: 131072 characters
109+
- Log Attribute Value Length Limit: 131072 characters
110110

111111
#### Event and Link Limits
112112

0 commit comments

Comments
 (0)