-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Adding Sensor dashboard to UI #888
Comments
I very like the idea. I can image lots of useful features which such UI might give to argo users: browse available sensors; find which sensor triggered workflow; probably even manage sensors. I would be happy to work on it. |
As far as I know we have two use-cases which might benefit from events management UI: continuous integration and ML use case.
Listed features should be enough to completely replace https://github.com/argoproj/argo-ci . @jlewi can you think of any other UI features for your use case? |
Also one of the future development tasks for argo-events is to store the events in some datastore and make sensor re-playable. If we can let user replay Sensor from UI, that would add great value. |
So technical barriers are removed - the question now becomes - what use cases are we supporting? |
Quickly viewing the logs of the various pods in the argo-events namespace would come in handy. I would like to give some people access to them, without requiring them to log into a shell and operate k8s commands. |
Signed-off-by: Alex Collins <alex_collins@intuit.com>
Signed-off-by: Alex Collins <alex_collins@intuit.com>
Signed-off-by: Alex Collins <alex_collins@intuit.com> Signed-off-by: Simon Behar <simbeh7@gmail.com> Signed-off-by: Derek Wang <whynowy@gmail.com> Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com> Co-authored-by: Simon Behar <simbeh7@gmail.com> Co-authored-by: Derek Wang <whynowy@gmail.com> Co-authored-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
* chore: Remove unused filter name. Closes argoproj#872 * fix test case
Is this a BUG REPORT or FEATURE REQUEST?:
FEATURE REQUEST
With addition of argo-events to argoproj ecosystem, it would be nice to have a Sensor dashboard integrated in Argo-UI.
@jessesuen @alexmt
Thoughts?
The text was updated successfully, but these errors were encountered: