Skip to content

Commit

Permalink
mongodb end span (#22)
Browse files Browse the repository at this point in the history
* mongodb end span

* revert branch change

---------

Co-authored-by: Rafał Sumisławski <[email protected]>
  • Loading branch information
NimrodAvni78 and RafalSumislawski authored Oct 25, 2023
1 parent 8fe8eee commit b1d2e5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/publish-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
- name: Build opentelemetry-instrumentation-aws-lambda
working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}/plugins/node/opentelemetry-instrumentation-aws-lambda
run: npm install --ignore-scripts && npm pack --ignore-scripts
- name: Build opentelemetry-instrumentation-mongodb
working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}/plugins/node/opentelemetry-instrumentation-mongodb
run: npm install --ignore-scripts && npm pack --ignore-scripts
- name: Build opentelemetry-instrumentation-aws-sdk
working-directory: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}/plugins/node/opentelemetry-instrumentation-aws-sdk
run: npm install --ignore-scripts && npm pack --ignore-scripts
Expand All @@ -51,7 +54,8 @@ jobs:
working-directory: ./nodejs/packages/layer
run: >
npm install
${OPENTELEMETRY_JS_CONTRIB_PATH}/plugins/node/opentelemetry-instrumentation-aws-lambda/coralogix-instrumentation-aws-lambda-*.tgz
${OPENTELEMETRY_JS_CONTRIB_PATH}/plugins/node/opentelemetry-instrumentation-aws-lambda/coralogix-instrumentation-aws-lambda-*.tgz
${OPENTELEMETRY_JS_CONTRIB_PATH}/plugins/node/opentelemetry-instrumentation-mongodb/opentelemetry-instrumentation-mongodb-*.tgz
${OPENTELEMETRY_JS_CONTRIB_PATH}/plugins/node/opentelemetry-instrumentation-aws-sdk/coralogix-instrumentation-aws-sdk-*.tgz
${OPENTELEMETRY_JS_PATH}/experimental/packages/opentelemetry-instrumentation/opentelemetry-instrumentation-*.tgz
- name: Install copyfiles and bestzip # used by `npm run compile`
Expand Down
2 changes: 1 addition & 1 deletion nodejs/packages/layer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@opentelemetry/instrumentation-http": "0.41.0",
"@opentelemetry/instrumentation-ioredis": "0.35.0",
"@opentelemetry/instrumentation-koa": "0.35.0",
"@opentelemetry/instrumentation-mongodb": "0.36.0",
"@opentelemetry/instrumentation-mongodb": "file:../../../../opentelemetry-js-contrib-cx/plugins/node/opentelemetry-instrumentation-mongodb/opentelemetry-instrumentation-mongodb-0.36.0.tgz",
"@opentelemetry/instrumentation-mysql": "0.34.0",
"@opentelemetry/instrumentation-net": "0.32.0",
"@opentelemetry/instrumentation-pg": "0.36.0",
Expand Down

0 comments on commit b1d2e5d

Please sign in to comment.