-
Notifications
You must be signed in to change notification settings - Fork 270
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
docs(pyroscope.receive_http): fix ingest api docs link #2885
Conversation
💻 Deploy preview deleted. |
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-2885-to-release/v1.6 origin/release/v1.6
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x b951d0d6d63838a0183900d7635783ebc865c562
# Push it to GitHub
git push --set-upstream origin backport-2885-to-release/v1.6
git switch main
# Remove the local backport branch
git branch -D backport-2885-to-release/v1.6 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-2885-to-release/v1.5 origin/release/v1.5
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x b951d0d6d63838a0183900d7635783ebc865c562
# Push it to GitHub
git push --set-upstream origin backport-2885-to-release/v1.5
git switch main
# Remove the local backport branch
git branch -D backport-2885-to-release/v1.5 Then, create a pull request where the |
(cherry picked from commit b951d0d)
(cherry picked from commit b951d0d)
(cherry picked from commit b951d0d) Co-authored-by: Tolya Korniltsev <[email protected]>
(cherry picked from commit b951d0d)
PR Description
Which issue(s) this PR fixes
Fix incorrect link
#2816
Notes to the Reviewer
PR Checklist