claws / aioprometheus

A Prometheus Python client library for asyncio-based applications
174 stars 21 forks source link

Allow Histograms with timer decorator #82

Closed binary0111 closed 1 year ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #82 (7f713ba) into master (4220a99) will not change coverage. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master      #82   +/-   ##
=======================================
  Coverage   95.51%   95.51%           
=======================================
  Files          17       17           
  Lines         780      780           
  Branches      114      114           
=======================================
  Hits          745      745           
  Misses         19       19           
  Partials       16       16           
Impacted Files Coverage Δ
src/aioprometheus/decorators.py 96.20% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4220a99...7f713ba. Read the comment docs.

ShaulTransmit commented 1 year ago

Hey @claws , I am encountering a similar issue, can this be reviewed and released?

AvivMataraso commented 1 year ago

Hey @claws Is there any update on this PR? when it suppose to be released?

claws commented 1 year ago

I've released 23.3.0 which includes this update.