-
Notifications
You must be signed in to change notification settings - Fork 44
Monitoring features
Regunath B edited this page Aug 4, 2021
·
7 revisions
All tasks executed within the Managed Runtime are executed as through Hystrix. Flux exposes a Hystrix monitoring dashboard where users can monitor run/error rates of their tasks. The default url is http://localhost:9999/admin/dashboard (for Orchestrator mode) and http://localhost:9996/admin/dashboard (for Executor mode).

While Hystrix will cover statistics of user-given tasks, Flux runtime will expose its own metrics via JVM. This includes metrics for the underlying Akka framework and resource level metrics.
In addition to the above JMX metrics can also be published from within workflow task.
Flux also provides capabilities to monitor execution of individual workflows via the FSM visualisation page
