Skip to content

Count CAS exceptions and provide generic metric counting utilites.

Arber X requested to merge arber/count-cas-errors into master

Description

  • Provide a class that can be used as a decorator or context manager that counts exceptions or used as a generic counter.
  • Count exceptions thrown in CAS.
  • Provide generic utilities for counting metrics.

TODO

  • Add instance parameter to Counter
  • Add more tests
  • Add exception counter to all cas methods
Edited by Arber X

Merge request reports