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

Remove split_queries_by_interval and forward_headers_list #10395

Merged
merged 3 commits into from Aug 30, 2023

Conversation

shantanualsi
Copy link
Contributor

@shantanualsi shantanualsi commented Aug 30, 2023

…range config
Removed split_queries_by_interval and forward_headers_list from query_range config

The fields were deprecated and hence going to be removed in the next major version

What this PR does / why we need it:

Which issue(s) this PR fixes:
Fixes #

Special notes for your reviewer:

Checklist

  • Reviewed the CONTRIBUTING.md guide (required)
  • Documentation added
  • Tests updated
  • CHANGELOG.md updated
    • If the change is worth mentioning in the release notes, add add-to-release-notes label
  • Changes that require user attention or interaction to upgrade are documented in docs/sources/setup/upgrade/_index.md
  • For Helm chart changes bump the Helm chart version in production/helm/loki/Chart.yaml and update production/helm/loki/CHANGELOG.md and production/helm/loki/README.md. Example PR

…range config

The fields were deprecated and hence going to be removed in the next major version
@github-actions github-actions bot added the type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories label Aug 30, 2023
@shantanualsi shantanualsi marked this pull request as ready for review August 30, 2023 10:46
@shantanualsi shantanualsi requested a review from a team as a code owner August 30, 2023 10:46
Copy link
Contributor

@ashwanthgoli ashwanthgoli left a comment

Choose a reason for hiding this comment

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

lgtm, left a couple of nits to be consistent with the previous comments in the upgrade notes

@shantanualsi
Copy link
Contributor Author

thanks @ashwanthgoli , changed the docs as per suggestions :)

@ashwanthgoli ashwanthgoli merged commit f1bbdc5 into main Aug 30, 2023
5 checks passed
@ashwanthgoli ashwanthgoli deleted the cleanup-campsite/remove-queryrange-flags branch August 30, 2023 14:29
@@ -67,6 +67,7 @@
* [10073](https://github.com/grafana/loki/pull/10073) **sandeepsukhani,salvacorts,vlad-diachenko** Support attaching non-indexed labels to log lines.
* [10378](https://github.com/grafana/loki/pull/10378) **shantanualsi** Remove deprecated `ruler.wal-cleaer.period`
* [10380](https://github.com/grafana/loki/pull/10380) **shantanualsi** Remove `experimental.ruler.enable-api` in favour of `ruler.enable-api`
* [10395](https://github.com/grafana/loki/pull/10395/) **shantanualshi** Remove deprecated split_queries_by_interval and forward_headers_list configs in query_range
Copy link
Contributor

Choose a reason for hiding this comment

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

nit:

Suggested change
* [10395](https://github.com/grafana/loki/pull/10395/) **shantanualshi** Remove deprecated split_queries_by_interval and forward_headers_list configs in query_range
* [10395](https://github.com/grafana/loki/pull/10395/) **shantanualshi** Remove deprecated `split_queries_by_interval` and `forward_headers_list` configuration options in the `query_range` section

@shantanualsi shantanualsi mentioned this pull request Aug 31, 2023
7 tasks
chaudum pushed a commit that referenced this pull request Aug 31, 2023
Changes the changelog entry as per suggestion in #10395
rhnasc pushed a commit to inloco/loki that referenced this pull request Apr 12, 2024
)

…range config
Removed split_queries_by_interval and forward_headers_list from
query_range config

The fields were deprecated and hence going to be removed in the next
major version

**What this PR does / why we need it**:

**Which issue(s) this PR fixes**:
Fixes #<issue number>

**Special notes for your reviewer**:

**Checklist**
- [x] Reviewed the
[`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md)
guide (**required**)
- [ ] Documentation added
- [ ] Tests updated
- [x] `CHANGELOG.md` updated
- [ ] If the change is worth mentioning in the release notes, add
`add-to-release-notes` label
- [x] Changes that require user attention or interaction to upgrade are
documented in `docs/sources/setup/upgrade/_index.md`
- [ ] For Helm chart changes bump the Helm chart version in
`production/helm/loki/Chart.yaml` and update
`production/helm/loki/CHANGELOG.md` and
`production/helm/loki/README.md`. [Example
PR](grafana@d10549e)
rhnasc pushed a commit to inloco/loki that referenced this pull request Apr 12, 2024
Changes the changelog entry as per suggestion in grafana#10395
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S type/docs Issues related to technical documentation; the Docs Squad uses this label across many repositories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants