Skip to content

Commit

Permalink
Update sdk-environment-variables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Oct 21, 2021
1 parent 745d500 commit dd5d00d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions specification/sdk-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The goal of this specification is to unify the environment variable names betwee

The SDK SHOULD interpret an empty value of an environment variable in the same way as if would be unset.

The `-` value in Default column in configuration table is interpreted as an empty value.

## Special configuration types

**Status**: [Stable](document-status.md)
Expand Down Expand Up @@ -96,7 +98,7 @@ See the SDK [Attribute Limits](common/common.md#attribute-limits) section for th

| Name | Description | Default | Notes |
| --------------------------------- | ------------------------------------ | ------- | ----- |
| OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT | Maximum allowed attribute value size | | Empty value is treated as infinity. Non-integer and negative values are invalid. |
| OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT | Maximum allowed attribute value size | - | Empty value is treated as infinity. Non-integer and negative values are invalid. |
| OTEL_ATTRIBUTE_COUNT_LIMIT | Maximum allowed span attribute count | 128 | |

## Span Limits <a name="span-collection-limits"></a>
Expand All @@ -107,7 +109,7 @@ See the SDK [Span Limits](trace/sdk.md#span-limits) section for the definition o

| Name | Description | Default | Notes |
| -------------------------------------- | ---------------------------------------------- | ------- | ----- |
| OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT | Maximum allowed attribute value size | | Empty value is treated as infinity. Non-integer and negative values are invalid. |
| OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT | Maximum allowed attribute value size | - | Empty value is treated as infinity. Non-integer and negative values are invalid. |
| OTEL_SPAN_ATTRIBUTE_COUNT_LIMIT | Maximum allowed span attribute count | 128 | |
| OTEL_SPAN_EVENT_COUNT_LIMIT | Maximum allowed span event count | 128 | |
| OTEL_SPAN_LINK_COUNT_LIMIT | Maximum allowed span link count | 128 | |
Expand Down

0 comments on commit dd5d00d

Please sign in to comment.