Skip to content

Commit

Permalink
Merge pull request #420 from internxt/feat/install-newrelic-apm
Browse files Browse the repository at this point in the history
[_]: feat/install-newrelic-apm
  • Loading branch information
sg-gs authored Jan 17, 2024
2 parents d330844 + 733a9d3 commit b49cbe2
Show file tree
Hide file tree
Showing 5 changed files with 1,549 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
packages: read
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
services:
drive-database:
image: postgres:14
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x]
node-version: [16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14
FROM node:16
LABEL author="internxt"

WORKDIR /drive-server
Expand All @@ -15,4 +15,4 @@ RUN yarn && yarn build && yarn --production && yarn cache clean
# RUN mkdir -p /mnt/prometheusvol{1,2}

# Start server
CMD node /drive-server/build/app.js
CMD node -r newrelic /drive-server/build/app.js
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"multer": "^1.4.4",
"multer-s3": "^2.10.0",
"nconf": "^0.11.1",
"newrelic": "^11.9.0",
"node-device-detector": "^1.4.1",
"openpgp": "^5.0.0",
"passport": "^0.4.1",
Expand Down
Loading

0 comments on commit b49cbe2

Please sign in to comment.