SolarEdgeTech / pyctuator

Monitor Python applications using Spring Boot Admin
Apache License 2.0
175 stars 17 forks source link

allow to customize the web-framework #70

Closed michaelyaakoby closed 3 years ago

michaelyaakoby commented 3 years ago

The customizer allows for web-framework specific customiztion. For example, it can be used to add authentication to pyctuator running with FastAPI.

See #67

codecov-commenter commented 3 years ago

Codecov Report

Merging #70 (4e3e428) into master (5e8c950) will decrease coverage by 0.08%. The diff coverage is 88.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   95.25%   95.17%   -0.09%     
==========================================
  Files          28       28              
  Lines        1096     1098       +2     
==========================================
+ Hits         1044     1045       +1     
- Misses         52       53       +1     
Impacted Files Coverage Δ
pyctuator/impl/fastapi_pyctuator.py 99.00% <50.00%> (-1.00%) :arrow_down:
pyctuator/pyctuator.py 92.04% <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 5e8c950...4e3e428. Read the comment docs.