-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
feat: Add Proxy to Alertmanager client #14007
base: main
Are you sure you want to change the base?
Conversation
I'm not quite sure if this is all i need to do... will test tomorrow and update the docs Is adding this a change to Configuration parameters?
Edit: seems to work |
should i add the option to add the config via cli flags? |
Would it be possible to squash this into a single commit? There are a lot of commits like |
046d127
to
b9aac02
Compare
clicked the wrong button in the gh ui, there you go! --Or should i squash my 4 commits also into one?-- Done |
dac9657
to
fe2285d
Compare
Hey @grobinson-grafana, can you please look at the change and provide feedback? |
fe2285d
to
027bdb5
Compare
Signed-off-by: Pascal Sochacki <[email protected]>
027bdb5
to
3212a1d
Compare
What this PR does / why we need it:
I added the option to add a proxy to the alertmanager client. My use use-case is to send out alerts to an external alertmanager which sits behind a http proxy
Which issue(s) this PR fixes:
Fixes #14009
Special notes for your reviewer:
Checklist
CONTRIBUTING.md
guide (required)feat
PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.docs/sources/setup/upgrade/_index.md
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
. Example PRdeprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR