Skip to content

Commit

Permalink
base open telemetry implemnentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rjawesome committed Dec 12, 2023
1 parent af1d826 commit 179325c
Show file tree
Hide file tree
Showing 2 changed files with 1,409 additions and 46 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"basic-start": "node .",
"start": "./scripts/start_server.sh",
"stop": "./scripts/stop_server.sh",
"watch": "nodemon -e js,mjs,json,ts --watch './packages/**/src/*' './packages/**/data/*' --exec 'pnpm run build && node .'",
"watch": "nodemon -e js,mjs,json,ts --watch './packages/**/src/*' './packages/**/data/*' --exec 'pnpm run build && node --require ./packages/bte-server/built/controllers/opentelemetry.js .'",
"debug": "DEBUG=biomedical-id-resolver,bte* pnpm run watch"
},
"engines": {
Expand Down
Loading

0 comments on commit 179325c

Please sign in to comment.