reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

feat: extend Reactor metrics to include elapsed time #221

Closed markaylett closed 12 months ago

markaylett commented 12 months ago

Extend Reactor metrics to include second histogram that records reactor event processing time.

SDB-5959