loki
loki copied to clipboard
feat: Allows to configure client_max_body_size
What this PR does / why we need it:
Adjusting client_max_body_size
in Nginx allows us to fix this nginx error: client intended to send too large body
.
Which issue(s) this PR fixes: Fixes #8736, #10521
Special notes for your reviewer:
Checklist
- [x] Reviewed the
CONTRIBUTING.md
guide (required) - [x] Documentation added
- [ ] Tests updated
- [x] Title matches the required conventional commits format, see here
-
Note that Promtail is considered to be feature complete, and future development for logs collection will be in Grafana Alloy. As such,
feat
PRs are unlikely to be accepted unless a case can be made for the feature actually being a bug fix to existing behavior.
-
Note that Promtail is considered to be feature complete, and future development for logs collection will be in Grafana Alloy. As such,
- [ ] Changes that require user attention or interaction to upgrade are documented in
docs/sources/setup/upgrade/_index.md
- [x] For Helm chart changes bump the Helm chart version in
production/helm/loki/Chart.yaml
and updateproduction/helm/loki/CHANGELOG.md
andproduction/helm/loki/README.md
. Example PR - [ ] If the change is deprecating or removing a configuration option, update the
deprecated-config.yaml
anddeleted-config.yaml
files respectively in thetools/deprecated-config-checker
directory. Example PR
I've bumped the version. Let me know if there are any other changes required.
Are there any updates on the merge for this one?
I've fixed all merge conflicts. It can be merged now.
@trevorwhitney Can you rerun the pipeline and potentially merge this ? This is currently a blocker for us to upgrade to loki 3.x
Hi this merge appears to be on the helm Changelog currently on main branch for the Helm 6.15.0 (release 6.18.0 is the latest current release). https://github.com/grafana/loki/blob/f5b0fb6b998dc0a49cd36c0968862340c7e517bf/production/helm/loki/CHANGELOG.md
However I'm not actually finding any chart releases >=6.15.0 that include this variable for consumption.
What is the process here for changes to chart or has this change erroneously been removed or are the changelogs incorrect?
yeah, it looks like the hem-ci
is broken during the installation of the prometheus operator, which is breaking all helm releases. help in fixing it would be greatly appreciated!