Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split proxy views to their own module #123

Merged
merged 1 commit into from
Feb 5, 2019
Merged

Conversation

kfdm
Copy link
Collaborator

@kfdm kfdm commented Feb 5, 2019

  • Move proxied routes for Prometheus and Alertmanager to their own
    module to help with organization and future expansion
  • Catch HTTPErrors from upstream and log them as warning instead of error

- Move proxied routes for Prometheus and Alertmanager to their own
  module to help with organization and future expansion
- Catch HTTPErrors from upstream and log them as warning instead of error
@kfdm kfdm requested a review from m-tkg February 5, 2019 03:12
@codecov-io
Copy link

Codecov Report

Merging #123 into master will increase coverage by 0.18%.
The diff coverage is 22.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
+ Coverage    44.5%   44.69%   +0.18%     
==========================================
  Files          37       38       +1     
  Lines        2386     2394       +8     
==========================================
+ Hits         1062     1070       +8     
  Misses       1324     1324
Impacted Files Coverage Δ
promgen/views.py 47.17% <100%> (+3.42%) ⬆️
promgen/proxy.py 21.78% <21.78%> (ø)

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 d466d4e...56f2e5b. Read the comment docs.

Copy link

@m-tkg m-tkg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@kfdm kfdm merged commit edede37 into line:master Feb 5, 2019
@kfdm kfdm deleted the proxy-split branch February 15, 2019 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants