Skip to content

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

@baubakg

Description

@baubakg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions