generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: publish to timeline and telemetry when calling via p2p routing (#…
…3687) - [x] Runner -> runner routing - [x] `VerbCallRouter` for everything else - [x] Provide timeline endpoint and attach timeline client to ctx in each service that does p2p routing Runners 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 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
36506d4
commit 17409f6
Showing
12 changed files
with
218 additions
and
97 deletions.
There are no files selected for viewing
This file contains 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
85 changes: 43 additions & 42 deletions
85
backend/protos/xyz/block/ftl/deployment/v1/deployment.pb.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.