Add log attribute limit configuration (#2861)

Fixes #2860

Adds log attribute limit configuration.

These new environment variables bring more consistency between spans and logs.
This commit is contained in:
Alan West 2023-01-26 16:22:06 -08:00 committed by Josh Suereth
parent fac9ea093c
commit 6fb1c444ab
1 changed files with 5 additions and 5 deletions

View File

@ -91,11 +91,11 @@ limits programmatically. Names of the configuration options SHOULD be the same a
in the list below.
An SDK MAY implement model-specific limits, for example
`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
it isn't set, then the SDK MUST attempt to use the general limit. If neither are
defined, then the SDK MUST try to use the model-specific limit default value,
followed by the global limit default value.
`SpanAttributeCountLimit` or `LogRecordAttributeCountLimit`. If both a general
and a model-specific limit are implemented, then the SDK MUST first attempt to
use the model-specific limit, if it isn't set, then the SDK MUST attempt to use
the general limit. If neither are defined, then the SDK MUST try to use the
model-specific limit default value, followed by the global limit default value.
#### Configurable Parameters