We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
According to the spec
Empty value is treated as infinity. Non-integer and negative values are invalid.
We should ensure out limits implementation takes this into account.
The text was updated successfully, but these errors were encountered:
SpanLimit: Treat empty value env vars as unset
891233f
Fixes open-telemetry#2052
32390f4
18574c4
Fix limit env vars unset/unlimited values (#2054)
b5704d5
* Added support for `OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT` Fixes #2045 Fixes #2043 Fixes #2042 Fixes #2041 * SpanLimit: Treat empty value env vars as unset Fixes #2052 * Update CHANGELOG.md Co-authored-by: Leighton Chen <[email protected]> Co-authored-by: Leighton Chen <[email protected]>
owais
Successfully merging a pull request may close this issue.
According to the spec
We should ensure out limits implementation takes this into account.
The text was updated successfully, but these errors were encountered: