feat: publish to timeline and telemetry when calling via p2p routing #3687
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.
VerbCallRouter
for everything elseRunners now need to know the deployment they are routing to to record events properly.
Previously, routing in the deployment context only mapped module to endpoint. I've changed this to pass along deployment instead.
Also fixes as issue where runners would keep old verb clients around pointing to the original endpoint for a module even if it had since changed.
closes #3669