Skip to content
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

Given log data, calculate the delta between two lines #56

Open
baubakg opened this issue Mar 21, 2022 · 0 comments
Open

Given log data, calculate the delta between two lines #56

baubakg opened this issue Mar 21, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@baubakg
Copy link
Member

baubakg commented Mar 21, 2022

One of the added values for log parsing is to calculate duration.

Given two log data entries

Start time Action
11:59 start
12:00 finish

I would like to add a calculated delta field, that given a specific order, calculates the delta (of any given calculation) In the case above we will get

Start time Action delta
11:59 start 00:01
12:00 finish 0

Open question:

  • Maybe an enrich method that adds information.
@baubakg baubakg added the enhancement New feature or request label Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant