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

Example support of Gauge.set(timedelta) #11

Closed aleksey-kutepov closed 6 years ago

aleksey-kutepov commented 6 years ago

This is an example of solution of https://github.com/hynek/prometheus_async/issues/10

codecov[bot] commented 6 years ago

Codecov Report

Merging #11 into master will decrease coverage by 1.24%. The diff coverage is 60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
- Coverage    95.4%   94.15%   -1.25%     
==========================================
  Files           8        8              
  Lines         283      291       +8     
  Branches       18       18              
==========================================
+ Hits          270      274       +4     
- Misses         11       15       +4     
  Partials        2        2
Impacted Files Coverage Δ
src/prometheus_async/aio/_decorators.py 93.84% <60%> (-6.16%) :arrow_down:

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 aafc465...8819347. Read the comment docs.