Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Easy] Settled order count metric (#3115)
# Description In order to improve our settlement throughput alerting I'd like to plot the number of orders we settle per minute over time (to be able to compare it with the "matched but unsettled" ones. I don't think there is a way to get this information from the existing autopilot metrics so adding this counter to the `settle_ok` call. # Changes - [x] Expose new metric - [x] Add settled order count to the `settle_ok` callback ## How to test See new metrics exposed in prometheus logs <!-- ## Related Issues Fixes # -->
- Loading branch information