-
Notifications
You must be signed in to change notification settings - Fork 238
Conversation
d32edb8
to
efc8e17
Compare
We would suggest upgrading in the following way: | ||
|
||
1. TODO | ||
2. If you still require StatsD metrics you may need to look at something like [veneur-prometheus](https://github.com/stripe/veneur/tree/master/cmd/veneur-prometheus) to scrape the /metrics endpoint and push them to StatsD. |
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.
@pingles I am not sure what to say here, this the only possible prom->statsd route that I have heard of, any other ideas? We can always ignore it but I would like to at least give the StatsD users some hope.
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.
I'm not aware of any others. @Joseph-Irving aware of anything worth calling out?
If not, I'm hopeful that it affects a tiny number of users. Thanks for putting in something.
6d8e96b
to
a218788
Compare
@pingles made a rough first cut at the upgrade docs. Let me know what you think and where I should look at adding more info. |
a218788
to
a2d874b
Compare
a2d874b
to
5611f40
Compare
I made an attempt to move to tables splitting between the breaking agent flags and the new server flags, let me know how that looks. I pushed it out of draft as it should be ready for a real review. |
This PR adds the upgrade notes for v3 to v4 release which contains breaking changes which need to be documented.
Closes #436