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

Add migration guide for push_config deprecation #534

Merged
merged 2 commits into from
Apr 12, 2021

Conversation

mapno
Copy link
Member

@mapno mapno commented Apr 12, 2021

PR Description

Add migration guide in v0.14.0 for push_config deprecation. Initially nothing was added because push_config is still supported, but seeing only remote_write in the reference and examples with no migration guide can be very confusing.

Which issue(s) this PR fixes

None

Notes to the Reviewer

None

PR Checklist

  • CHANGELOG updated
  • Documentation added
  • Tests updated

@@ -31,6 +31,55 @@ sigv4:
region: us-east-1
```

## Tempo: `push_config` deprecation

NOTE: `push_config` is still being supported as it was before v0.14.0.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not very convinced about this paragraph. Maybe it should be dropped or placed elsewhere.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd just change the wording here, something like:

push_config is now deprecated in favor of a remote_write array which allows for sending spans to multiple endpoints. push_config will be removed in a future release, and it is recommended to migrate to remote_write as soon as possible.

WDYT? Feel free to play around with the wording.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like that much better. Thanks.

@mapno mapno requested a review from rfratto April 12, 2021 17:57
Copy link
Member

@rfratto rfratto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for adding this. Feel free to merge whenever :)

@mapno mapno merged commit a0aeb6e into grafana:main Apr 12, 2021
@mapno mapno deleted the tempo-remote-write-documentation branch April 12, 2021 18:34
@mattdurham mattdurham mentioned this pull request Sep 7, 2021
3 tasks
mattdurham pushed a commit that referenced this pull request Nov 11, 2021
* Add migration guide for push_config deprecation

* Rewording
@github-actions github-actions bot added the frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed. label Apr 13, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
frozen-due-to-age Locked due to a period of inactivity. Please open new issues or PRs if more discussion is needed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants