-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Tracking Issue for Design Proposals] Refactor processors in core (Span, Attributes, Filter, etc.) #3185
Comments
[wip] design doc- OTel processors: what we have vs we want to see. Feel free to modify and add comment. |
Proposed a design on refactoring the current processors for mutating trace, metric and log data points. /cc @alolita |
Based on #3474 this is no longer a P0 for core, since all the affected components are moved to contrib. |
The refactored processors will introduce the new configurations which have the breaking changes to the existing OTel Collector customers. We’ll need to discuss the new processors migration options for reducing the breaking changes impact. I will try to cover it in OTel processor enhancement proposal. |
Made some major updates on OTel processors redesign Doc v2 Please help to review. |
Right now to change span names we have the "SpanProcessor" and to change the span Attributes we have AttributesProcessor which also changes LogRecord attributes but does not change Resource attributes where we have the ResourceProcessor for that (a.k.a a complete mess).
We need to have a better overall design of what processors we offer:
So what we need to see first:
/cc @punya @bhautikpip @hossain-rayhan @alolita related to the other discussion.
The text was updated successfully, but these errors were encountered: