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
To monitor a Flusswerk applications performance Flow has a metrics callback that calls a Consumer<FlowStatus>. Most Spring Boot based applications will have the same implementation of a Metrics class using the Micrometer library or extend a similar Metrics implementation...
The Spring Boot Starter should provide a default Metrics implementation that can be overridden by defining a custom Metrics bean.
To monitor a Flusswerk applications performance
Flow
has a metrics callback that calls aConsumer<FlowStatus>
. Most Spring Boot based applications will have the same implementation of aMetrics
class using the Micrometer library or extend a similarMetrics
implementation...The Spring Boot Starter should provide a default
Metrics
implementation that can be overridden by defining a customMetrics
bean.Example
The text was updated successfully, but these errors were encountered: