Skip to content

Commit 20ac367

Browse files
committed
chore: bump arsenal to ARSN-572 PoC branch for e2e trace context testing
Temporarily point the arsenal dep at scality/Arsenal#improvement/ARSN-572/trace-context (commit 01693cde) so we can validate end-to-end trace context propagation from cloudserver HTTP spans through to the MongoDB oplog on a test cluster. ARSN-572 adds traceContext plumbing on metadata writes; cloudserver needs no code change thanks to OTEL async context hooks. Revert to a clean #8.3.x release tag before this PR merges, once ARSN-572 ships. Issue: CLDSRV-884
1 parent 207b785 commit 20ac367

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@opentelemetry/sdk-node": "^0.55.0",
3737
"@opentelemetry/sdk-trace-base": "^1.28.0",
3838
"@smithy/node-http-handler": "^3.0.0",
39-
"arsenal": "git+https://github.com/scality/Arsenal#8.3.9",
39+
"arsenal": "git+https://github.com/scality/Arsenal#improvement/ARSN-572/trace-context",
4040
"async": "2.6.4",
4141
"bucketclient": "scality/bucketclient#8.2.7",
4242
"bufferutil": "^4.0.8",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7287,9 +7287,9 @@ arraybuffer.prototype.slice@^1.0.4:
72877287
optionalDependencies:
72887288
ioctl "^2.0.2"
72897289

7290-
"arsenal@git+https://github.com/scality/Arsenal#8.3.9":
7291-
version "8.3.9"
7292-
resolved "git+https://github.com/scality/Arsenal#51e5b761f7f0612a722c828fa3d43b438c50ab7c"
7290+
"arsenal@git+https://github.com/scality/Arsenal#improvement/ARSN-572/trace-context":
7291+
version "8.3.10"
7292+
resolved "git+https://github.com/scality/Arsenal#ca456c949305b5f2fcd3a25e55b371dd02a24aeb"
72937293
dependencies:
72947294
"@aws-sdk/client-kms" "^3.975.0"
72957295
"@aws-sdk/client-s3" "^3.975.0"
@@ -7298,6 +7298,7 @@ arraybuffer.prototype.slice@^1.0.4:
72987298
"@azure/identity" "^4.13.0"
72997299
"@azure/storage-blob" "^12.31.0"
73007300
"@js-sdsl/ordered-set" "^4.4.2"
7301+
"@opentelemetry/api" "^1.9.0"
73017302
"@scality/hdclient" "^1.3.1"
73027303
"@smithy/node-http-handler" "^4.3.0"
73037304
"@smithy/protocol-http" "^5.3.5"

0 commit comments

Comments
 (0)