Open
Description
When run in debug mode, I think it is worth exploring running different validations on the registered metrics.
Examples:
- We could make sure a counter name does not end in
_total
as that is added automatically already. -
Registry::register
could ensure that no duplicate metric names are being registered. -
Registry::register
could ensure that the user did not provide an additional.
in theHELP
text. See Registry::register should not automatically append a period to the help text #56
I think a goal worth striving for is keeping the dependency tree small for the sake of compile times.