Skip to content

Commit

Permalink
mongodb end span
Browse files Browse the repository at this point in the history
  • Loading branch information
NimrodAvni78 committed Oct 23, 2023
1 parent 8fe8eee commit 0a47809
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
path: ${{ env.OPENTELEMETRY_JS_CONTRIB_PATH }}
repository: coralogix/opentelemetry-js-contrib
ref: refs/heads/coralogix-autoinstrumentation
ref: refs/heads/chore/mongodb-ended-span
ssh-key: ${{ secrets.OPENTELEMETRY_CI_GITHUB_KEY }}
- uses: actions/checkout@v3
with:
Expand All @@ -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 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 0a47809

Please sign in to comment.