-
Notifications
You must be signed in to change notification settings - Fork 488
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
Update prometheus.exporter.cloudwatch docs #5195
Update prometheus.exporter.cloudwatch docs #5195
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.
Looks good to me
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-5195-to-release-v0.35 origin/release-v0.35
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 5db01d94c93c820e75e7c716aba1083aa228dcde
# Push it to GitHub
git push --set-upstream origin backport-5195-to-release-v0.35
git switch main
# Remove the local backport branch
git branch -D backport-5195-to-release-v0.35 Then, create a pull request where the |
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-5195-to-release-v0.36 origin/release-v0.36
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 5db01d94c93c820e75e7c716aba1083aa228dcde
# Push it to GitHub
git push --set-upstream origin backport-5195-to-release-v0.36
git switch main
# Remove the local backport branch
git branch -D backport-5195-to-release-v0.36 Then, create a pull request where the |
* Update prometheus.exporter.cloudwatch docs * Move period and length section and remove backticks from header --------- Co-authored-by: Clayton Cornell <[email protected]> (cherry picked from commit 5db01d9)
* Update prometheus.exporter.cloudwatch docs * Move period and length section and remove backticks from header --------- Co-authored-by: Clayton Cornell <[email protected]> (cherry picked from commit 5db01d9)
* Update prometheus.exporter.cloudwatch docs * Move period and length section and remove backticks from header --------- Co-authored-by: Clayton Cornell <[email protected]> (cherry picked from commit 5db01d9) Co-authored-by: Mischa Thompson <[email protected]>
* Update prometheus.exporter.cloudwatch docs (#5195) * Update prometheus.exporter.cloudwatch docs * Move period and length section and remove backticks from header --------- Co-authored-by: Clayton Cornell <[email protected]> (cherry picked from commit 5db01d9) * Small change to force rebuild and fix conflicts --------- Co-authored-by: Mischa Thompson <[email protected]>
PR Description
Updates some section header levels and moves the
period and length
section after all of the blocks sections.