Skip to content

Commit

Permalink
processor_attributes: split logic to prepare to support log metadata
Browse files Browse the repository at this point in the history
The following patch splits the logic of the plugin that originally only
supports Traces attributes. Now certain functions has been moved to a
traces interface and some cleanup has been done in the attributes one.

This refactoring is still work in process.

Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Feb 17, 2024
1 parent bf36614 commit ec23ec9
Show file tree
Hide file tree
Showing 6 changed files with 1,087 additions and 1,077 deletions.
4 changes: 3 additions & 1 deletion plugins/processor_attributes/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
set(src
attributes.c)
attributes.c
traces.c
variant_utils.c)

FLB_PLUGIN(processor_attributes "${src}" "")
Loading

0 comments on commit ec23ec9

Please sign in to comment.