You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We use cusom-metrics to detect the termination status of workflows. For the moment, we are limiting ourselves to the workflow statuses “Succeeded” and “Failed”, which works quite well. However, we have noticed that workflows with an "error" status do not seem to produce custom metrics. We are currently using the following setup(which is very similar to the example referenced in the issue #10662):
We have tested this by creating an invalid configuration that does not allow the creation of init/main containers.
There must certainly be situations where an erroneous workflow cannot generate metrics (in the event of a major problem with the workflow controller, for example). But in this example, I would still expect the gauge to be updated.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
We use cusom-metrics to detect the termination status of workflows. For the moment, we are limiting ourselves to the workflow statuses “Succeeded” and “Failed”, which works quite well. However, we have noticed that workflows with an "error" status do not seem to produce custom metrics. We are currently using the following setup(which is very similar to the example referenced in the issue #10662):
We have tested this by creating an invalid configuration that does not allow the creation of init/main containers.

There must certainly be situations where an erroneous workflow cannot generate metrics (in the event of a major problem with the workflow controller, for example). But in this example, I would still expect the gauge to be updated.
Or I am missing something ?
Beta Was this translation helpful? Give feedback.
All reactions