claws / aioprometheus

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

#31 Adding support for aiohttp client args via pusher kwargs #75

Closed ngerakines closed 2 years ago

ngerakines commented 2 years ago

This adds support for passing in auth or timeout arguments to aiohttp.

codecov-commenter commented 2 years ago

Codecov Report

Merging #75 (f9e3ccb) into master (41f0942) will decrease coverage by 0.50%. The diff coverage is 83.33%.

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
- Coverage   95.54%   95.03%   -0.51%     
==========================================
  Files          17       17              
  Lines         785      785              
  Branches      115      115              
==========================================
- Hits          750      746       -4     
- Misses         19       23       +4     
  Partials       16       16              
Impacted Files Coverage Δ
src/aioprometheus/pusher.py 86.66% <83.33%> (-8.89%) :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 41f0942...f9e3ccb. Read the comment docs.

claws commented 2 years ago

This change is included in version 22.5.0 which is up on PyPI. Thanks.