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
It could be useful to add an API endpoint to propolis-server that exposes a stream of timestamped guest lifecycle events, such as "starting guest", "restarting guest", "guest crashed", et cetera. This data could be used for constructing a chronological log of an instance's history more easily than using Oximeter metrics or the stdout of the propolis-server process. Clients could subscribe to this endpoint via HTTP long-polling.
The text was updated successfully, but these errors were encountered:
It could be useful to add an API endpoint to
propolis-server
that exposes a stream of timestamped guest lifecycle events, such as "starting guest", "restarting guest", "guest crashed", et cetera. This data could be used for constructing a chronological log of an instance's history more easily than using Oximeter metrics or the stdout of thepropolis-server
process. Clients could subscribe to this endpoint via HTTP long-polling.The text was updated successfully, but these errors were encountered: