hynek / prometheus-async

Async Python helpers for the official prometheus-client.
https://prometheus-async.readthedocs.io/
Apache License 2.0
159 stars 15 forks source link

Use prometheus_client.Gauge instead of IncDecrementer #29

Closed hynek closed 2 years ago

hynek commented 2 years ago

Turns out, there's two kinds of inc/dec. Fortunately the type hints got good enough.