Prefer global limit over model-specific default (#1893)

This commit is contained in:
Owais Lone 2021-09-14 16:40:45 +05:30 committed by Josh Suereth
parent 43e0a08c24
commit 36ebbcad53
1 changed files with 3 additions and 2 deletions

View File

@ -78,8 +78,9 @@ in the list below.
An SDK MAY implement model-specific limits, for example An SDK MAY implement model-specific limits, for example
`SpanAttributeCountLimit`. If both a general and a model-specific limit are `SpanAttributeCountLimit`. If both a general and a model-specific limit are
implemented, then the SDK MUST first attempt to use the model-specific limit, if implemented, then the SDK MUST first attempt to use the model-specific limit, if
it isn't set and doesn't have a default, then the SDK MUST attempt to use the it isn't set, then the SDK MUST attempt to use the general limit. If neither are
general limit. defined, then the SDK MUST try to use the model-specific limit default value,
followed by the global limit default value.
<a name="attribute-limits-configuration"></a> <a name="attribute-limits-configuration"></a>
**Configurable parameters:** **Configurable parameters:**