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

Distinguish more rollout states #981

Merged
merged 4 commits into from
Oct 2, 2023
Merged

Distinguish more rollout states #981

merged 4 commits into from
Oct 2, 2023

Conversation

hannesg
Copy link
Member

@hannesg hannesg commented Oct 2, 2023

When looking at the rollout_lag metrics, I noticed that they sometimes jump from zero to several days and back to zero. I inspected this and it turned out that these apps are just becoming unhealthy and recover. In that case the rollout_lag should not go up again. In order to solve this, I added two more intermediate states to the rollout states.

  • progressing ( = change not applied yet ) is split up into progressing ( = argocd is working on it ) and pending ( = argocd has not picked it up yet )
  • error ( = something failed ) is split up into error ( = sync failed ) and unhealthy ( = health is degraded )

@hannesg hannesg requested a review from a team as a code owner October 2, 2023 08:30
@hannesg hannesg added the minor label Oct 2, 2023
@hannesg hannesg enabled auto-merge (squash) October 2, 2023 09:41
@hannesg hannesg merged commit 2a689dd into main Oct 2, 2023
16 checks passed
@hannesg hannesg deleted the rollout-lag-no-health branch October 2, 2023 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants