-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
processor_calyptia: new lua processor for logs/metrics/traces #9323
base: master
Are you sure you want to change the base?
processor_calyptia: new lua processor for logs/metrics/traces #9323
Commits on Sep 2, 2024
-
processor_calyptia: new lua processor for logs/metrics/traces
The new processor has a similar API to filter lua, with the following differences: - logs/metrics/traces are supported - it is now possible to modify logs metadata - when splitting logs, it is possible to also specify the timestamp/metadata of each split log. - global variables for the return codes were added, these can make scripts more readable. The variables are: - DROP (-1) - KEEP (0) - MODIFY (1) - MODIFY_KEEP_TIMESTAMP (2) - For metrics/traces, timestamp is not used (since timestamps are specified using internal fields) - For metrics, metadata is not used for now Signed-off-by: Thiago Padilha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c434ae3 - Browse repository at this point
Copy the full SHA c434ae3View commit details -
processor_calyptia: fix if/else code style
Signed-off-by: Thiago Padilha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4eca767 - Browse repository at this point
Copy the full SHA 4eca767View commit details -
processor_calyptia: remove for loop initial declarations
Signed-off-by: Thiago Padilha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6d8918 - Browse repository at this point
Copy the full SHA a6d8918View commit details -
ci: disable processor_calyptia
Signed-off-by: Thiago Padilha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8c46d5 - Browse repository at this point
Copy the full SHA a8c46d5View commit details -
processor_calyptia: add examples
Signed-off-by: Thiago Padilha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fe69b05 - Browse repository at this point
Copy the full SHA fe69b05View commit details -
processor_calyptia: fix includes for windows
Signed-off-by: Thiago Padilha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d708e7 - Browse repository at this point
Copy the full SHA 7d708e7View commit details -
processor_calyptia: add license information
Signed-off-by: Thiago Padilha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2f8310d - Browse repository at this point
Copy the full SHA 2f8310dView commit details
Commits on Sep 10, 2024
-
processor_calyptia: Fix compilation error
Signed-off-by: Thiago Padilha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92539d6 - Browse repository at this point
Copy the full SHA 92539d6View commit details -
processor_calyptia: fix windows build
Signed-off-by: Thiago Padilha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb76d8a - Browse repository at this point
Copy the full SHA bb76d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 050794a - Browse repository at this point
Copy the full SHA 050794aView commit details -
processor_calyptia: add test script
Signed-off-by: Thiago Padilha <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7544fe9 - Browse repository at this point
Copy the full SHA 7544fe9View commit details