File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,11 @@ limits programmatically. Names of the configuration options SHOULD be the same a
91
91
in the list below.
92
92
93
93
An SDK MAY implement model-specific limits, for example
94
- ` SpanAttributeCountLimit ` . If both a general and a model-specific limit are
95
- implemented, then the SDK MUST first attempt to use the model-specific limit, if
96
- it isn't set, then the SDK MUST attempt to use the general limit. If neither are
97
- defined, then the SDK MUST try to use the model-specific limit default value,
98
- followed by the global limit default value.
94
+ ` SpanAttributeCountLimit ` or ` LogRecordAttributeCountLimit ` . If both a general
95
+ and a model-specific limit are implemented, then the SDK MUST first attempt to
96
+ use the model-specific limit, if it isn't set, then the SDK MUST attempt to use
97
+ the general limit. If neither are defined, then the SDK MUST try to use the
98
+ model-specific limit default value, followed by the global limit default value.
99
99
100
100
#### Configurable Parameters
101
101
You can’t perform that action at this time.
0 commit comments