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

Improve metrology files format #333

Open
jbbarth opened this issue Feb 27, 2018 · 0 comments
Open

Improve metrology files format #333

jbbarth opened this issue Feb 27, 2018 · 0 comments
Assignees

Comments

@jbbarth
Copy link
Collaborator

jbbarth commented Feb 27, 2018

The current format and naming scheme suffers from the following problems:

  • activities are identified by their name, which are not guaranteed to be unique (names can be reused for retries) ; it feels wrong since it can be the source of consistency bugs ; I'd like a primary key that's easier to use and offer stronger guarantees (scheduled_event_id or started_event_id are ok)
  • the aggregated file maps on simpleflow.swf.history.History.activities structure, which by construct removes retries informations ; and it's not easy to use, it's a list of lists, with on each sublist the name of the activity, and the attributes ; it doesn't merge simply with the standard SWF structure or Webflow's one (which is just an extension of SWF one)

Last, I think the single files and the aggregated one can be simplified down to something exploitable in Webflow, and they don't need to contain extra informations that cannot be remapped to the SWF history trivially.

@jbbarth jbbarth self-assigned this Feb 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant