Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Leighton Chen <[email protected]>
  • Loading branch information
owais and lzchen committed Aug 20, 2021
1 parent 697846f commit fdd4610
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `opentelemetry-sdk` Fixed bugs (#2041, #2042 & #2045) in Span Limits
([#2044](https://github.com/open-telemetry/opentelemetry-python/pull/2044))
- `opentelemetry-sdk` Treat limit even vars set to empty values as unset/unlimited.
([#2044](https://github.com/open-telemetry/opentelemetry-python/pull/2054))
([#2054](https://github.com/open-telemetry/opentelemetry-python/pull/2054))
- `opentelemetry-api` Attribute keys must be non-empty strings.
([#2057](https://github.com/open-telemetry/opentelemetry-python/pull/2057))

Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/opentelemetry/sdk/trace/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ class SpanLimits:
the specified length will be truncated.
"""

UNSET = "unset"
UNSET = -1

def __init__(
self,
Expand Down

0 comments on commit fdd4610

Please sign in to comment.