adobe / adobe/log-parser

Given log data, calculate the delta between two lines

Open
#56 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
28
Forks
9
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Research direction

No files, tests, or entry points are named. Start by locating the log data model and parsing flow, then clarify ordering, supported calculations, and whether enrichment is the intended API; done means a defined delta field with tests covering the example and edge cases.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.