onepanel
onepanel copied to clipboard
Metrics - Workflow setup
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.
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.
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.