onepanel icon indicating copy to clipboard operation
onepanel copied to clipboard

Metrics - Workflow setup

Open Vafilor opened this issue 4 years ago • 2 comments

We want to record metrics automatically for a workflow.

Add an additional exit handler to the last nodes of a workflow to read the metrics file and send an API request to update the metrics.

One implementation idea is to check if the file exists in the shell, and if it does then use a CURL command to post it.

Vafilor avatar Nov 13 '20 19:11 Vafilor

Issue-Label Bot is automatically applying the label kind/enhancement to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Nov 13 '20 19:11 issue-label-bot[bot]

This one is currently in discussion as it might be too problematic when there are multiple leaf nodes in the DAG. We don't want to create problems deciding which metrics to merge/override.

Vafilor avatar Nov 19 '20 19:11 Vafilor