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
A common thing to log is rates (events / second) and it would be nice to simplify this. Currently there are a number of implementations in various modules with counters, timers and so on to calculate rates. This could be simplified and should preferably be done in a similar way as when logging a variable.
The suggested solution is:
Add support to the logging framework to acquire log data through a function instead of reading a memory location.
Add support to the stats count module to simplify initializing, counting and logging rates
The text was updated successfully, but these errors were encountered:
A common thing to log is rates (events / second) and it would be nice to simplify this. Currently there are a number of implementations in various modules with counters, timers and so on to calculate rates. This could be simplified and should preferably be done in a similar way as when logging a variable.
The suggested solution is:
The text was updated successfully, but these errors were encountered: