Uplink monitoring suggestions

Hi all,

I’m curious to know what approaches people have taken to monitor their uplink performance. I have considered adding a @performance_monitoring decorator to all my uplink functions to track whatever I might be interested in.

Perhaps letting the decorator catch and count errors, execution times, etc…

Anyone using some standard libraries or 3rd party monitoring applications that I should consider?