-
Notifications
You must be signed in to change notification settings - Fork 440
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
Adding span collection limits #365
Comments
Those limits are not mandatory by the spec (they're a MAY), so I will remove the bug label. |
@anshulkumar19 - I have assigned it to myself, while you are working on it ( to ensure there is no parallel work on it ). |
Thanks @lalitb |
@lalitb Currently this is WIP (span limit struct is added but constraint is used only in span_data ), intended to get it reviewed from the perspective of complexity introduced in current structure as this is an optional feature suggested by the spec. |
Thanks @anshulkumar19 - Will review it in regards to the complexity introduced. |
This issue was marked as stale due to lack of activity. It will be closed in 7 days if no furthur activity occurs. |
closing as this is optional requirement, and there is no plan to implement these limits. |
As per the recent spec change :
Max attributes per span : 1000
Max links per span : 1000
Max events per span : 1000
The upper bound needs to be validated.
The text was updated successfully, but these errors were encountered: