Skip to content

Commit

Permalink
chore(metrics): refactor metrics v2 so it uses classes
Browse files Browse the repository at this point in the history
This is an alternative to the original implementation. Instead of using
capturing lambdas that get called back after some additional work is
done, we use classes and gather data during instantiation of the object.
This approach should be a lot more straight forward and it also doesn't
create unneeded objects when there's no need to do so.

Signed-off-by: Mauro Ezequiel Moltrasio <[email protected]>
  • Loading branch information
Molter73 authored and poiana committed Jun 27, 2024
1 parent fac0ae4 commit 7417269
Show file tree
Hide file tree
Showing 3 changed files with 389 additions and 468 deletions.
Loading

0 comments on commit 7417269

Please sign in to comment.