You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, this processor's span transformation capabilities are based on regex and/or attribute names without any contextual awareness of their origin (e.g., SQL Query, Redis Command, Web Request, etc.).
This makes it hard to apply more complex processing logic, such as removing comments or collapsing parameters for IN-clauses (ref), as well as extracting any common attribute defined by the semantic conventions (ref).
Describe the solution you'd like
The ability to apply transformation logic to the spans, based on a configuration. Ex:
This feature is based on this Datadog-specific obfuscation process PR. However, the idea here is to provide something similar but much more flexible, complete, and vendor-agnostic.
I can definitely take this, if approved :)
The text was updated successfully, but these errors were encountered:
Component(s)
processor/span
Is your feature request related to a problem? Please describe.
Currently, this processor's span transformation capabilities are based on regex and/or attribute names without any contextual awareness of their origin (e.g., SQL Query, Redis Command, Web Request, etc.).
This makes it hard to apply more complex processing logic, such as removing comments or collapsing parameters for
IN-clauses
(ref), as well as extracting any common attribute defined by the semantic conventions (ref).Describe the solution you'd like
The ability to apply transformation logic to the spans, based on a configuration. Ex:
Describe alternatives you've considered
No response
Additional context
This feature is based on this Datadog-specific obfuscation process PR. However, the idea here is to provide something similar but much more flexible, complete, and vendor-agnostic.
I can definitely take this, if approved :)
The text was updated successfully, but these errors were encountered: