-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Promtail: Rename config name limit_config to limits_config #5707
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. thanks @franzwong
Merging this PR as the original config |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-5707-to-release-2.5.x origin/release-2.5.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x d67306b657c10c6c6d19fec6855ef7babfc48755
# Push it to GitHub
git push --set-upstream origin backport-5707-to-release-2.5.x
git switch main
# Remove the local backport branch
git branch -D backport-5707-to-release-2.5.x Then, create a pull request where the |
* Rename promtail config name 'limit_config' to 'limits_config' * Add changelog entry * Fix formatting (cherry picked from commit d67306b)
…5788) * Rename promtail config name 'limit_config' to 'limits_config' * Add changelog entry * Fix formatting (cherry picked from commit d67306b) Co-authored-by: Franz Wong <[email protected]>
) (grafana#5788) * Rename promtail config name 'limit_config' to 'limits_config' * Add changelog entry * Fix formatting (cherry picked from commit d67306b) Co-authored-by: Franz Wong <[email protected]>
What this PR does / why we need it:
Make configuration name consistent
Which issue(s) this PR fixes:
Fixes #5703
Special notes for your reviewer:
Checklist
CHANGELOG.md
about the changes.