grafana / agent

Vendor-neutral programmable observability pipelines.
https://grafana.com/docs/agent/
Apache License 2.0
1.59k stars 486 forks source link

Remove Agent deprecation caution #6861

Closed clayton-cornell closed 5 months ago

clayton-cornell commented 5 months ago

PR Description

Remove deprecation Caution in Agent docs. Replaced by banner added in https://github.com/grafana/website/pull/19362

Which issue(s) this PR fixes

Notes to the Reviewer

PR Checklist

grafanabot commented 5 months ago

The backport to release-v0.37 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-6861-to-release-v0.37 origin/release-v0.37
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 0a9bdad0d0ea028f480b0ffb5caaa43a2c876de2
# Push it to GitHub
git push --set-upstream origin backport-6861-to-release-v0.37
git switch main
# Remove the local backport branch
git branch -D backport-6861-to-release-v0.37

Then, create a pull request where the base branch is release-v0.37 and the compare/head branch is backport-6861-to-release-v0.37.

grafanabot commented 5 months ago

The backport to release-v0.39 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-6861-to-release-v0.39 origin/release-v0.39
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x 0a9bdad0d0ea028f480b0ffb5caaa43a2c876de2
# Push it to GitHub
git push --set-upstream origin backport-6861-to-release-v0.39
git switch main
# Remove the local backport branch
git branch -D backport-6861-to-release-v0.39

Then, create a pull request where the base branch is release-v0.39 and the compare/head branch is backport-6861-to-release-v0.39.