Commit 7483755
authored
impl(gax-internal): introduce
A request recorder is a task local variable used to collect the
observability information about a request. Using a task local variable
allows us to pass *and return* information about the request through
multiple layers without having to change all the APIs.
The name is supposed to evoke "flight recorder".RequestRecorder (#5130)1 parent 46c971a commit 7483755
3 files changed
Lines changed: 500 additions & 1 deletion
File tree
- src/gax-internal/src
- observability
- client_signals
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
46 | 48 | | |
47 | 49 | | |
48 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
0 commit comments