Skip to content

Commit ba626f8

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 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. Yarn resolves the branch ref and pins the resolved commit hash in yarn.lock so installs are reproducible. Revert to a clean #8.x release tag once ARSN-572 ships. Issue: CLDSRV-884
1 parent e9c7e25 commit ba626f8

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

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.216.0",
3737
"@opentelemetry/sdk-trace-base": "^2.7.0",
3838
"@smithy/node-http-handler": "^3.0.0",
39-
"arsenal": "git+https://github.com/scality/Arsenal#8.4.1",
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
@@ -7104,9 +7104,9 @@ arraybuffer.prototype.slice@^1.0.4:
71047104
optionalDependencies:
71057105
ioctl "^2.0.2"
71067106

7107-
"arsenal@git+https://github.com/scality/Arsenal#8.4.1":
7108-
version "8.4.1"
7109-
resolved "git+https://github.com/scality/Arsenal#6b3b58b152ac23d29176ab1f24f49f8eda3145b2"
7107+
"arsenal@git+https://github.com/scality/Arsenal#improvement/ARSN-572/trace-context":
7108+
version "8.3.11"
7109+
resolved "git+https://github.com/scality/Arsenal#eb5a535477b1eda69aaaf89e4951983958cf32aa"
71107110
dependencies:
71117111
"@aws-sdk/client-kms" "^3.975.0"
71127112
"@aws-sdk/client-s3" "^3.975.0"
@@ -7115,6 +7115,7 @@ arraybuffer.prototype.slice@^1.0.4:
71157115
"@azure/identity" "^4.13.0"
71167116
"@azure/storage-blob" "^12.31.0"
71177117
"@js-sdsl/ordered-set" "^4.4.2"
7118+
"@opentelemetry/api" "^1.9.0"
71187119
"@scality/hdclient" "^1.3.2"
71197120
"@smithy/node-http-handler" "^4.3.0"
71207121
"@smithy/protocol-http" "^5.3.5"

0 commit comments

Comments
 (0)