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

fix(controller): Consider processed retry node in metrics. Fixes #4846 #4872

Merged
merged 3 commits into from Jan 15, 2021

Conversation

simster7
Copy link
Member

Fixes #4846

Signed-off-by: Simon Behar <simbeh7@gmail.com>
Signed-off-by: Simon Behar <simbeh7@gmail.com>
@@ -485,3 +485,104 @@ func TestRealtimeWorkflowMetricWithGlobalParameters(t *testing.T) {
assert.NoError(t, err)
assert.Contains(t, metricErrorCounterString, `label:<name:"workflowName" value:"test-foobar" > gauge:<value:`)
}

var testProcessedRetryNode = `
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've already ensured this to be minimal

@alexec alexec changed the title fix: Consider processed retry node in metrics fix(controller): Consider processed retry node in metrics Jan 13, 2021
@alexec alexec changed the title fix(controller): Consider processed retry node in metrics fix(controller): Consider processed retry node in metrics. Fixes #4846 Jan 13, 2021
@simster7 simster7 merged commit 4a5db1b into argoproj:master Jan 15, 2021
@simster7 simster7 mentioned this pull request Jan 19, 2021
17 tasks
simster7 added a commit that referenced this pull request Jan 19, 2021
#4872)

Signed-off-by: Simon Behar <simbeh7@gmail.com>
@simster7
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Retryable tasks with template-level metrics are falsely labelled as Running
2 participants