Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #50158 Fix registering traceable voters, argument resolvers and…
… normalizers (nicolas-grekas) This PR was merged into the 6.3 branch. Discussion ---------- Fix registering traceable voters, argument resolvers and normalizers | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - By using service decoration to trace voters, resolvers and normalizers, we break the possibility to register them under several tags. We also make it harder to decorate them for end users. But adding observability to those doesn't require adding side effect to service definitions. Instead, we can and should use regular decoration. Commits ------- 12fc94d98f Fix registering traceable voters, argument resolvers and normalizers
- Loading branch information