Commit 46dd99b
elsa
fix: init storage before telemetry init
The telemetry initialization now takes a few seconds.
This delay is problematic for trace-to-profile correlation
since it delays the initialization of the process storage,
which the eBPF profiler checks once when it first encounters
the process.
* src/datadog/tracer.cpp1 parent 3f45b5d commit 46dd99b
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
64 | 70 | | |
65 | 71 | | |
66 | 72 | | |
| |||
94 | 100 | | |
95 | 101 | | |
96 | 102 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| |||
0 commit comments