Closed willkg closed 4 months ago
This makes it possible to iteratively hone a MetricsInterface prefix. So you can do things like this:
# prefix here is "module" metrics = markus.get_metrics("module") # prefix here is "module.somefunc" func_metrics = metrics.extend_prefix("somefunc")
Fixes #142
This makes it possible to iteratively hone a MetricsInterface prefix. So you can do things like this:
Fixes #142