prometheus-async
prometheus-async copied to clipboard
Support for `Counter`?
Hello, apologies if I missed it, but it doesn't seem like there is support yet for the Counter metric type?
Sorry for the late response!
I wasn’t aware I can use a counter as a decorator, but do we actually need to support it? There’s count_exceptions and track_inprogress that need to take async into account. A counter just has to count up whenever something happens?