Skip to content

Commit

Permalink
Update NodeJS instrumentation to 0.41.0 (#290)
Browse files Browse the repository at this point in the history
This PR updates the NodeJS instrumentation to version 0.41.0
  • Loading branch information
edeNFed authored Jul 12, 2023
1 parent bcf33da commit a89f757
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 5 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
dist/
node_modules
.DS_Store
Binary file removed frontend/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
odigos-ui
odigos-backend
.DS_Store
Binary file removed frontend/odigos-backend
Binary file not shown.
1 change: 1 addition & 0 deletions frontend/webapp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
.DS_Store
10 changes: 5 additions & 5 deletions odiglet/agents/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"devDependencies": {
"copyfiles": "^2.4.1",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
"rimraf": "^5.0.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@opentelemetry/api": "1.4.1",
"@opentelemetry/auto-instrumentations-node": "0.37.1",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.40.0",
"@opentelemetry/exporter-prometheus": "0.40.0",
"@opentelemetry/exporter-trace-otlp-grpc": "0.40.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "0.41.0",
"@opentelemetry/exporter-prometheus": "0.41.0",
"@opentelemetry/exporter-trace-otlp-grpc": "0.41.0",
"@opentelemetry/resource-detector-alibaba-cloud": "0.27.7",
"@opentelemetry/resource-detector-aws": "1.2.5",
"@opentelemetry/resource-detector-container": "0.2.5",
Expand Down

0 comments on commit a89f757

Please sign in to comment.