New encode
transformer
#43
Labels
needs: config
Indicates the issue requires changes in the config file/flags
needs: docs
Indicates that the issue needs documentation updates
scope: transformers
Anything related to transformers
This transformer should be in charge of encoding the event params by using the specific data encoding algorithm. Users should be able to choose between
hex
,base64
, and maybeasn1
encoders. Theencode
transformer should have the ability to filter out unwanted events and thus minimize the impact on performance in case of high event throughput.Example config:
The text was updated successfully, but these errors were encountered: