The MU and CU now have metrics capabilities implemented, however because the SU is in Rust it has not been implemented there yet.
Solution
find a Rust version of the metrics library used in the MU and CU and implement it in the SU. Or find any Rust library that outputs the same metrics format and implement that. Make sure metrics can be turned on and off via an environment variable.
Background
The MU and CU now have metrics capabilities implemented, however because the SU is in Rust it has not been implemented there yet.
Solution
find a Rust version of the metrics library used in the MU and CU and implement it in the SU. Or find any Rust library that outputs the same metrics format and implement that. Make sure metrics can be turned on and off via an environment variable.