Skip to content

Commit efb341e

Browse files
authored
feat: remove newrelic integration (#862)
1 parent dae7dc9 commit efb341e

File tree

135 files changed

+45
-2809
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+45
-2809
lines changed

.github/workflows/analytics.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,3 @@ jobs:
2020
deploy_web: false
2121
package_path: packages/analytics
2222
secrets: inherit
23-
24-
newrelic:
25-
needs: call_server_application_workflow
26-
27-
runs-on: ubuntu-latest
28-
29-
steps:
30-
- name: Create New Relic deployment marker for Worker
31-
uses: newrelic/deployment-marker-action@v1
32-
with:
33-
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
34-
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
35-
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_ANALYTICS_WORKER_PROD }}
36-
revision: "${{ github.sha }}"
37-
description: "Automated Deployment via Github Actions"
38-
user: "${{ github.actor }}"

.github/workflows/api-gateway.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,3 @@ jobs:
2020
deploy_worker: false
2121
package_path: packages/api-gateway
2222
secrets: inherit
23-
24-
newrelic:
25-
needs: call_server_application_workflow
26-
runs-on: ubuntu-latest
27-
steps:
28-
- name: Create New Relic deployment marker for Web
29-
uses: newrelic/deployment-marker-action@v1
30-
with:
31-
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
32-
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
33-
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_API_GATEWAY_WEB_PROD }}
34-
revision: "${{ github.sha }}"
35-
description: "Automated Deployment via Github Actions"
36-
user: "${{ github.actor }}"

.github/workflows/auth.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,3 @@ jobs:
1919
workspace_name: "@standardnotes/auth-server"
2020
package_path: packages/auth
2121
secrets: inherit
22-
23-
newrelic:
24-
needs: call_server_application_workflow
25-
26-
runs-on: ubuntu-latest
27-
steps:
28-
- name: Create New Relic deployment marker for Web
29-
uses: newrelic/deployment-marker-action@v1
30-
with:
31-
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
32-
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
33-
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_AUTH_WEB_PROD }}
34-
revision: "${{ github.sha }}"
35-
description: "Automated Deployment via Github Actions"
36-
user: "${{ github.actor }}"
37-
- name: Create New Relic deployment marker for Worker
38-
uses: newrelic/deployment-marker-action@v1
39-
with:
40-
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
41-
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
42-
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_AUTH_WORKER_PROD }}
43-
revision: "${{ github.sha }}"
44-
description: "Automated Deployment via Github Actions"
45-
user: "${{ github.actor }}"

.github/workflows/files.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,3 @@ jobs:
1919
workspace_name: "@standardnotes/files-server"
2020
package_path: packages/files
2121
secrets: inherit
22-
23-
newrelic:
24-
needs: call_server_application_workflow
25-
26-
runs-on: ubuntu-latest
27-
steps:
28-
- name: Create New Relic deployment marker for Web
29-
uses: newrelic/deployment-marker-action@v1
30-
with:
31-
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
32-
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
33-
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_FILES_WEB_PROD }}
34-
revision: "${{ github.sha }}"
35-
description: "Automated Deployment via Github Actions"
36-
user: "${{ github.actor }}"
37-
- name: Create New Relic deployment marker for Worker
38-
uses: newrelic/deployment-marker-action@v1
39-
with:
40-
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
41-
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
42-
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_FILES_WORKER_PROD }}
43-
revision: "${{ github.sha }}"
44-
description: "Automated Deployment via Github Actions"
45-
user: "${{ github.actor }}"

.github/workflows/revisions.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,3 @@ jobs:
1919
workspace_name: "@standardnotes/revisions-server"
2020
package_path: packages/revisions
2121
secrets: inherit
22-
23-
newrelic:
24-
needs: call_server_application_workflow
25-
26-
runs-on: ubuntu-latest
27-
steps:
28-
- name: Create New Relic deployment marker for Web
29-
uses: newrelic/deployment-marker-action@v1
30-
with:
31-
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
32-
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
33-
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_REVISIONS_WEB_PROD }}
34-
revision: "${{ github.sha }}"
35-
description: "Automated Deployment via Github Actions"
36-
user: "${{ github.actor }}"
37-
- name: Create New Relic deployment marker for Worker
38-
uses: newrelic/deployment-marker-action@v1
39-
with:
40-
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
41-
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
42-
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_REVISIONS_WORKER_PROD }}
43-
revision: "${{ github.sha }}"
44-
description: "Automated Deployment via Github Actions"
45-
user: "${{ github.actor }}"

.github/workflows/scheduler.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,3 @@ jobs:
2020
deploy_web: false
2121
package_path: packages/scheduler
2222
secrets: inherit
23-
24-
newrelic:
25-
needs: call_server_application_workflow
26-
27-
runs-on: ubuntu-latest
28-
29-
steps:
30-
- name: Create New Relic deployment marker for Worker
31-
uses: newrelic/deployment-marker-action@v1
32-
with:
33-
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
34-
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
35-
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_SCHEDULER_WORKER_PROD }}
36-
revision: "${{ github.sha }}"
37-
description: "Automated Deployment via Github Actions"
38-
user: "${{ github.actor }}"

.github/workflows/syncing-server.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,3 @@ jobs:
1919
workspace_name: "@standardnotes/syncing-server"
2020
package_path: packages/syncing-server
2121
secrets: inherit
22-
23-
newrelic:
24-
needs: call_server_application_workflow
25-
26-
runs-on: ubuntu-latest
27-
steps:
28-
- name: Create New Relic deployment marker for Web
29-
uses: newrelic/deployment-marker-action@v1
30-
with:
31-
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
32-
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
33-
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_SYNCING_SERVER_WEB_PROD }}
34-
revision: "${{ github.sha }}"
35-
description: "Automated Deployment via Github Actions"
36-
user: "${{ github.actor }}"
37-
- name: Create New Relic deployment marker for Worker
38-
uses: newrelic/deployment-marker-action@v1
39-
with:
40-
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
41-
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
42-
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_SYNCING_SERVER_WORKER_PROD }}
43-
revision: "${{ github.sha }}"
44-
description: "Automated Deployment via Github Actions"
45-
user: "${{ github.actor }}"

.github/workflows/websockets.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,3 @@ jobs:
1919
workspace_name: "@standardnotes/websockets-server"
2020
package_path: packages/websockets
2121
secrets: inherit
22-
23-
newrelic:
24-
needs: call_server_application_workflow
25-
26-
runs-on: ubuntu-latest
27-
steps:
28-
- name: Create New Relic deployment marker for Web
29-
uses: newrelic/deployment-marker-action@v1
30-
with:
31-
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
32-
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
33-
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_WEBSOCKETS_WEB_PROD }}
34-
revision: "${{ github.sha }}"
35-
description: "Automated Deployment via Github Actions"
36-
user: "${{ github.actor }}"
37-
- name: Create New Relic deployment marker for Worker
38-
uses: newrelic/deployment-marker-action@v1
39-
with:
40-
accountId: ${{ secrets.NEW_RELIC_ACCOUNT_ID }}
41-
apiKey: ${{ secrets.NEW_RELIC_API_KEY }}
42-
applicationId: ${{ secrets.NEW_RELIC_APPLICATION_ID_WEBSOCKETS_WORKER_PROD }}
43-
revision: "${{ github.sha }}"
44-
description: "Automated Deployment via Github Actions"
45-
user: "${{ github.actor }}"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
dist
55
coverage
66
.env
7-
newrelic_agent.log
87

98
.yarn/*
109
!.yarn/cache

0 commit comments

Comments
 (0)