File tree 2 files changed +2
-2
lines changed
opentelemetry-sdk/src/opentelemetry/sdk/trace
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
- ` opentelemetry-sdk ` Fixed bugs (#2041 , #2042 & #2045 ) in Span Limits
22
22
([ #2044 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2044 ) )
23
23
- ` opentelemetry-sdk ` Treat limit even vars set to empty values as unset/unlimited.
24
- ([ #2044 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2054 ) )
24
+ ([ #2054 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2054 ) )
25
25
- ` opentelemetry-api ` Attribute keys must be non-empty strings.
26
26
([ #2057 ] ( https://github.com/open-telemetry/opentelemetry-python/pull/2057 ) )
27
27
Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ class SpanLimits:
553
553
the specified length will be truncated.
554
554
"""
555
555
556
- UNSET = "unset"
556
+ UNSET = - 1
557
557
558
558
def __init__ (
559
559
self ,
You can’t perform that action at this time.
0 commit comments