Skip to content

Commit

Permalink
Add autoinstrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
branberry committed Oct 26, 2023
1 parent 2308c88 commit ae46c5c
Show file tree
Hide file tree
Showing 3 changed files with 3,659 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.enhanced
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ ENV OAS_MODULE_PATH=${WORK_DIRECTORY}/modules/oas-page-builder/index.js

RUN mkdir repos && chmod 755 repos
EXPOSE 3000
CMD ["node", "enhanced/enhancedApp.js"]
CMD ["node", "--require", "@opentelemetry/auto-instrumentations-node/register", "enhanced/enhancedApp.js"]
Loading

0 comments on commit ae46c5c

Please sign in to comment.