Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix description of OTEL_ATTRIBUTE_COUNT_LIMIT #3714

Merged
merged 1 commit into from
Oct 5, 2023
Merged

Fix description of OTEL_ATTRIBUTE_COUNT_LIMIT #3714

merged 1 commit into from
Oct 5, 2023

Conversation

jjatria
Copy link
Contributor

@jjatria jjatria commented Oct 5, 2023

Changes

The OTEL_ATTRIBUTE_COUNT_LIMIT variable was described in the SDK environment variables document as the "maximum allowed span attribute count" (emphasis added). The "span" in that sentence was likely a mistake, since this variable applies to attributes in general, and not only to span attributes. These are more appropriately controlled with the OTEL_SPAN_ATTRIBUTE_COUNT_LIMIT, which is probably where this description was accidentally copied from.

This is a trivial change, so it follows the expedited process.

The OTEL_ATTRIBUTE_COUNT_LIMIT variable was described in the
SDK environment variables document as the "maximum allowed _span_
attribute count" (emphasis added). The "span" in that sentence was
likely a mistake, since this variable applies to attributes in
general, and not only to span attributes. These are more appropriately
controlled with the OTEL_SPAN_ATTRIBUTE_COUNT_LIMIT, which is probably
where this description was accidentally copied from.
@jjatria jjatria requested review from a team October 5, 2023 11:29
@arminru arminru added editorial Editorial changes only (typos, changelog, ...). No content-related changes of any kind. area:configuration Related to configuring the SDK labels Oct 5, 2023
@arminru arminru merged commit fe733e0 into open-telemetry:main Oct 5, 2023
7 of 8 checks passed
@jjatria jjatria deleted the environment-attribute-count branch October 9, 2023 10:45
carlosalberto pushed a commit to carlosalberto/opentelemetry-specification that referenced this pull request Oct 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:configuration Related to configuring the SDK editorial Editorial changes only (typos, changelog, ...). No content-related changes of any kind.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants