-
Notifications
You must be signed in to change notification settings - Fork 697
Link and Resource attribute count limits don't work #2041
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
Labels
bug
Something isn't working
Comments
owais
added a commit
to owais/opentelemetry-python
that referenced
this issue
Aug 17, 2021
12 tasks
owais
added a commit
to owais/opentelemetry-python
that referenced
this issue
Aug 17, 2021
owais
added a commit
to owais/opentelemetry-python
that referenced
this issue
Aug 17, 2021
owais
added a commit
to owais/opentelemetry-python
that referenced
this issue
Aug 17, 2021
owais
added a commit
to owais/opentelemetry-python
that referenced
this issue
Aug 17, 2021
owais
added a commit
to owais/opentelemetry-python
that referenced
this issue
Aug 17, 2021
owais
added a commit
to owais/opentelemetry-python
that referenced
this issue
Aug 17, 2021
owais
added a commit
to owais/opentelemetry-python
that referenced
this issue
Aug 17, 2021
owais
added a commit
to owais/opentelemetry-python
that referenced
this issue
Aug 17, 2021
owais
added a commit
that referenced
this issue
Aug 24, 2021
* 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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe your environment
Current implementation does not respect link and resource (span) attribute limits.
Steps to reproduce
Run it:
What is the expected behavior?
Resource and Link should have a single attribute just like the span.
What is the actual behavior?
Attribute count limits are not respected for resource and links as both of them contain more attributes than the limit (1).
The text was updated successfully, but these errors were encountered: