-
Notifications
You must be signed in to change notification settings - Fork 889
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
Mark cardinality limits as Stable #4222
Conversation
There are few issues that were raised earlier on this topic. We should mark them as resolved (and close the issue), or mark them as non-blocking for stability for cardinality limits. |
How do you want to mark them as non-blocking? @cijothomas |
I feel this issue needs a resolution before this can become stable. |
TC can leave a comment on the issues saying "it is not a blocker for stabilizing cardinality limits feature spec". |
@MrAlias Is this something that cannot be an additive change later, and must be resolved now? Would you help to clarify? Thanks! |
@reyang My opinion is that #3813 should not be a blocker. We are trying to impose a limit on the SDK without specifying the exact mechanism that it uses, because SDKs will take different and reasonable approaches to aggregation, and all that matters is that they reach a limit and respect it. How the limit is reached and respected is an implementation detail, and when the limit is reached the telemetry coming from an application is degraded, that is all that I expect from cardinality limits. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. The listed issues are non-blocking in my opinion, so we can proceed with stabilizing.
October 2024 Release. Changes of special interest: * [Mark cardinality limits as Stable](#4222)
October 2024 Release. Changes of special interest: * [Mark cardinality limits as Stable](open-telemetry#4222)
Mark cardinality limits as Stable.
Fixes #3904
These are the language implementations:
Changes
Please provide a brief description of the changes here.
For non-trivial changes, follow the change proposal process.
CHANGELOG.md
file updated for non-trivial changesspec-compliance-matrix.md
updated if necessary