Drop extra attributes per event and link #3649
Labels
feature-request
spec-feature
This is a request to implement a new feature which is already specified by the OTel specification
stale
The new environment variables
OTEL_SPAN_ATTRIBUTE_PER_EVENT_COUNT_LIMIT
andOTEL_SPAN_ATTRIBUTE_PER_LINK_COUNT_LIMIT
were added in #3576 but they are not currently used. When supplied, the limits should be applied to the attributes being added to any event or link attached to a span.Check the
Span.ts
file to get started, theaddEvent
method would be right place to implement this logic.The text was updated successfully, but these errors were encountered: