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

docs(pyroscope.receive_http): fix ingest api docs link #2885

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

korniltsev
Copy link
Contributor

@korniltsev korniltsev commented Mar 3, 2025

PR Description

Which issue(s) this PR fixes

Fix incorrect link

#2816

Notes to the Reviewer

PR Checklist

  • CHANGELOG.md updated
  • Documentation added
  • Tests updated
  • Config converters updated

@korniltsev korniltsev added documentation Improvements or additions to documentation type/docs Docs Squad label across all Grafana Labs repos area/pyroscope Issues/PRs primarly affecting `pyroscope.` components labels Mar 3, 2025
Copy link
Contributor

github-actions bot commented Mar 3, 2025

💻 Deploy preview deleted.

@korniltsev korniltsev merged commit b951d0d into main Mar 3, 2025
38 checks passed
@korniltsev korniltsev deleted the pyroscope-link-fix branch March 3, 2025 09:01
Copy link
Contributor

github-actions bot commented Mar 3, 2025

The backport to release/v1.6 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is release/v1.6 and the compare/head branch is backport-2885-to-release/v1.6.

Copy link
Contributor

github-actions bot commented Mar 3, 2025

The backport to release/v1.5 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is release/v1.5 and the compare/head branch is backport-2885-to-release/v1.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/pyroscope Issues/PRs primarly affecting `pyroscope.` components backport release/v1.5 backport release/v1.6 backport release/v1.7 backport-failed documentation Improvements or additions to documentation type/docs Docs Squad label across all Grafana Labs repos
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants