Replies: 1 comment
-
|
Bump, this would be useful to know! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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