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
I want to find the time elapsed from applications first deployed (health status "Missing") to (health status turns to “healthy”) with using argocd cli commands.
After getting whole application information with "argocd app list" to app.json and investigate it. I cannot find any information for calculate this time.
There are two lines under operationState in app.json which are startedAt and finishedAt but this finishedAt time is give us the sync duration time.
Other than this finishedAt I can not find time value for calculate this.
Do you have idea how we can calculate this elapse?
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
-
Hello,
I want to find the time elapsed from applications first deployed (health status "Missing") to (health status turns to “healthy”) with using argocd cli commands.
After getting whole application information with "argocd app list" to app.json and investigate it. I cannot find any information for calculate this time.
There are two lines under operationState in app.json which are startedAt and finishedAt but this finishedAt time is give us the sync duration time.
Other than this finishedAt I can not find time value for calculate this.
Do you have idea how we can calculate this elapse?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions