CLDSRV-884: Backport OpenTelemetry tracing instrumentation - #6294
BourgoisMickael wants to merge 4 commits into
Conversation
+ update yarn.lock after cherry-pick Issue: CLDSRV-884 (cherry picked from commit a6f74d3)
Keep functions not async but return the Promise for tests Issue: CLDSRV-884 (cherry picked from commit 0f86bf9)
Issue: CLDSRV-884 (cherry picked from commit b16b268)
Hello bourgoismickael,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
Codecov Report❌ Patch coverage is
Additional details and impacted files
... and 1 file with indirect coverage changes @@ Coverage Diff @@
## development/9.3 #6294 +/- ##
===================================================
- Coverage 85.32% 85.26% -0.06%
===================================================
Files 206 206
Lines 13435 13440 +5
===================================================
- Hits 11463 11460 -3
- Misses 1972 1980 +8
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
| next => metadata.setup(next), | ||
| next => clientCheck(true, log, next), | ||
| ], (err, results) => { | ||
| series([next => metadata.setup(next), next => clientCheck(true, log, next)], (err, results) => { |
| next => metadata.setup(next), | ||
| next => clientCheck(true, log, next), | ||
| ], (err, results) => { | ||
| series([next => metadata.setup(next), next => clientCheck(true, log, next)], (err, results) => { |
Cherry-pick #6140
S3C 10.1 with cloudserver 9.4 is not ready to be used yet so I backport tracing to be used in S3C 9.5 and 10.0.
Changes from cherry-pick: