Skip to content

Commit 085f0af

Browse files
committed
docs: new otel attribute count defaults
1 parent 6f345a5 commit 085f0af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/self-hosting/env/webapp.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ mode: "wide"
105105
| `MAXIMUM_DEV_QUEUE_SIZE` | No || Max dev queue size. |
106106
| `MAXIMUM_DEPLOYED_QUEUE_SIZE` | No || Max deployed queue size. |
107107
| **OTel limits** | | | |
108-
| `TRIGGER_OTEL_SPAN_ATTRIBUTE_COUNT_LIMIT` | No | 256 | OTel span attribute count limit. |
109-
| `TRIGGER_OTEL_LOG_ATTRIBUTE_COUNT_LIMIT` | No | 256 | OTel log attribute count limit. |
108+
| `TRIGGER_OTEL_SPAN_ATTRIBUTE_COUNT_LIMIT` | No | 1024 | OTel span attribute count limit. |
109+
| `TRIGGER_OTEL_LOG_ATTRIBUTE_COUNT_LIMIT` | No | 1024 | OTel log attribute count limit. |
110110
| `TRIGGER_OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT` | No | 131072 | OTel span attribute value length limit. |
111111
| `TRIGGER_OTEL_LOG_ATTRIBUTE_VALUE_LENGTH_LIMIT` | No | 131072 | OTel log attribute value length limit. |
112112
| `TRIGGER_OTEL_SPAN_EVENT_COUNT_LIMIT` | No | 10 | OTel span event count limit. |

0 commit comments

Comments
 (0)