elastic / uptime

This project includes resources and general issue tracking for the Elastic Uptime solution
12 stars 3 forks source link

Implement run now/trigger now mode in UI #440

Closed shahzad31 closed 2 years ago

shahzad31 commented 2 years ago

This is an extension of one shot mode in the UI which was added while adding/editing monitors. Those test runs doesn't appear in actual results.

Run now mode will be handled from the overview list.

Basic use case is that, user sees a monitor up/down and they want to trigger a run for that, essentially bypassing it's scheduled run.

  1. Monitor should run and display results as soon as the result is completed
  2. Result should become part of history
  3. Show progress if possible via toast etc

There are two places this will be done. First in the overview monitor list and also can be triggered from monitor detailed page.