Skip to content

Commit

Permalink
Add OTEL_ATTRIBUTE_VALUE_LENTH_LIMIT to spec (open-telemetry#124)
Browse files Browse the repository at this point in the history
Also update limit unset value to `""`
  • Loading branch information
owais authored Sep 17, 2021
1 parent 26aae8e commit 774e54f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ beyond the OpenTelemetry specification exist.
- Distribution MUST support and document how to switch to `b3multi`
- Span Collection Limits
- Distribution MUST default to `1000` for `OTEL_SPAN_LINK_COUNT_LIMIT` (not OpenTelemetry default)
- Distribution MUST be `unset` (unlimited) for all others (not OpenTelemetry default)
- Distribution MUST default to `1200` for `OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT` (not OpenTelemetry default)
- Distribution MUST be unset `""` (unlimited) for all others (not OpenTelemetry default)
- Zipkin exporter
- Distribution MUST NOT list Zipkin exporter as supported (not supported by Smart Agent)
- `OTEL_TRACES_EXPORTER`
Expand Down

0 comments on commit 774e54f

Please sign in to comment.