plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
187 stars 51 forks source link

Add metrics to pg and redis operations #1055

Closed masipcat closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #1055 (001a515) into master (19299c3) will decrease coverage by 0.1%. The diff coverage is 92.7%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1055     +/-   ##
========================================
- Coverage    94.6%   94.6%   -0.0%     
========================================
  Files         331     333      +2     
  Lines       28495   28799    +304     
========================================
+ Hits        26952   27239    +287     
- Misses       1543    1560     +17     
Impacted Files Coverage Δ
guillotina/db/storages/pg.py 88.7% <87.3%> (+0.1%) :arrow_up:
guillotina/db/transaction.py 90.3% <87.5%> (-0.1%) :arrow_down:
guillotina/contrib/redis/dm.py 97.0% <88.3%> (-3.0%) :arrow_down:
guillotina/metrics.py 91.0% <91.0%> (ø)
guillotina/contrib/redis/driver.py 86.5% <93.2%> (+0.8%) :arrow_up:
guillotina/tests/test_metrics.py 100.0% <100.0%> (ø)