Skip to content

Commit 99f6917

Browse files
alanwestjsuereth
authored andcommitted
Add log attribute limit configuration (#2861)
Fixes open-telemetry#2860 Adds log attribute limit configuration. These new environment variables bring more consistency between spans and logs.
1 parent d1eb5e2 commit 99f6917

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

specification/common/README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,11 @@ limits programmatically. Names of the configuration options SHOULD be the same a
9191
in the list below.
9292

9393
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.
9999

100100
#### Configurable Parameters
101101

0 commit comments

Comments
 (0)