Knotx / knotx-fragments

Fragments map-reduce processing using Graph flows, supplier and assembler.
https://knotx.io
Apache License 2.0
3 stars 5 forks source link

Fragment event start / stop timestamps #110

Closed tomaszmichalak closed 4 years ago

tomaszmichalak commented 4 years ago

Is your feature request related to a problem? Please describe. The fragment event log contains entries specifying how a particular fragment was processed. Each entry (EventLogEntry) defines:

We should replace timestamp with start and stop fields.

See also https://github.com/Knotx/knotx-fragments-chrome-extension/pull/31/files#diff-878747cd44f203c21b1e54d7a9493dc1R20.

tomaszmichalak commented 4 years ago

Done in https://github.com/Knotx/knotx-fragments/pull/104.