docs: Turn MIGRATION.md into a per-service runbook - #70
Merged
Conversation
Rewritten from the live main of all ten services: corrected module map (payment needs 9 modules incl. authmw/grpcx/proto), per-service go.mod facts, a checklist per migration PR (go.mod + go.sum + dependabot groups only, never a .go file), a post-deploy telemetry verification checklist with the auth TraceContext outlier called out, rollback, canary order, and the gotchas that bite scripted edits (no root v0.36.0 tag, product's require on line 7, dead replace trailers, daily ungrouped Dependabot).
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Rewrites the migration guide from the freshly pulled
mainof all ten services, for whoever executes the migration (docs-only — no service repo is touched).Highlights
db.client.operation.duration+obsx.DurationBucketshistograms, profiling, and shutdown flush — with the pre-existing auth-service TraceContext gap called out so it isn't mistaken for a regression.v0.36.0exists; add the module block; replace the now-dead../pkglocal-dev trailer with per-module lines; groupgithub.com/duynhlab/pkg/*in dependabot.yml in the same PR; tidy/build/test/integration; grep guard; CI green.🤖 Generated with Claude Code