From cf776bbba02144b36e0e5a0eae14c4a06bd584be Mon Sep 17 00:00:00 2001 From: Rachael Thomas Date: Thu, 5 Mar 2026 11:08:34 -0700 Subject: [PATCH 1/5] Update dashboard JSON and instructions for adding account ID --- content/integrations/extensions/new-relic.mdx | 4 +++- .../extensions/new_relic_dashboard.json | 22 +++++++++---------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/content/integrations/extensions/new-relic.mdx b/content/integrations/extensions/new-relic.mdx index ac13280f6..23d167bf5 100644 --- a/content/integrations/extensions/new-relic.mdx +++ b/content/integrations/extensions/new-relic.mdx @@ -67,7 +67,9 @@ Get started with our New Relic dashboard starter kit to start monitoring Knock m 1. Visit New Relic's [all capabilities page](https://one.newrelic.com/all-capabilities) and click on "Dashboards" 2. In the top-right corner, click "Import dashboard" -3. Click the button below to copy the dashboard JSON, and paste it into the New Relic page when prompted. +3. Click the button below to copy the dashboard JSON. Before pasting, replace all instances of `0` in the JSON with your New Relic account ID. + - Your New Relic account ID can be found by either locating it in the URL after `/accounts/` or by opening the user menu in the bottom-left corner and go to **Administration** > **Access management** > **Accounts** to view IDs for all accounts you have access to. +4. Paste the updated JSON into the New Relic page when prompted. Date: Thu, 5 Mar 2026 11:39:44 -0700 Subject: [PATCH 2/5] Update formatting --- content/integrations/extensions/new-relic.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/integrations/extensions/new-relic.mdx b/content/integrations/extensions/new-relic.mdx index 23d167bf5..e6c10335f 100644 --- a/content/integrations/extensions/new-relic.mdx +++ b/content/integrations/extensions/new-relic.mdx @@ -67,8 +67,7 @@ Get started with our New Relic dashboard starter kit to start monitoring Knock m 1. Visit New Relic's [all capabilities page](https://one.newrelic.com/all-capabilities) and click on "Dashboards" 2. In the top-right corner, click "Import dashboard" -3. Click the button below to copy the dashboard JSON. Before pasting, replace all instances of `0` in the JSON with your New Relic account ID. - - Your New Relic account ID can be found by either locating it in the URL after `/accounts/` or by opening the user menu in the bottom-left corner and go to **Administration** > **Access management** > **Accounts** to view IDs for all accounts you have access to. +3. Click the button below to copy the dashboard JSON. Before pasting, replace all instances of `0` in the JSON with your New Relic account ID. Your New Relic account ID can be found by either locating it in the URL after `/accounts/` or by opening the user menu in the bottom-left corner and navigating to **Administration** > **Access management** > **Accounts** to view IDs for all accounts you have access to. 4. Paste the updated JSON into the New Relic page when prompted. Date: Thu, 5 Mar 2026 11:57:35 -0700 Subject: [PATCH 3/5] Update instructions --- content/integrations/extensions/new-relic.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/integrations/extensions/new-relic.mdx b/content/integrations/extensions/new-relic.mdx index e6c10335f..152197f8e 100644 --- a/content/integrations/extensions/new-relic.mdx +++ b/content/integrations/extensions/new-relic.mdx @@ -65,10 +65,12 @@ A workflow can have one or more [categories](/concepts/workflows#workflow-catego Get started with our New Relic dashboard starter kit to start monitoring Knock metrics with just a few clicks: -1. Visit New Relic's [all capabilities page](https://one.newrelic.com/all-capabilities) and click on "Dashboards" -2. In the top-right corner, click "Import dashboard" -3. Click the button below to copy the dashboard JSON. Before pasting, replace all instances of `0` in the JSON with your New Relic account ID. Your New Relic account ID can be found by either locating it in the URL after `/accounts/` or by opening the user menu in the bottom-left corner and navigating to **Administration** > **Access management** > **Accounts** to view IDs for all accounts you have access to. -4. Paste the updated JSON into the New Relic page when prompted. +1. Visit New Relic's [all capabilities page](https://one.newrelic.com/all-capabilities) and click on "Dashboards." +2. In the top-right corner, click "Import dashboard." +3. Click the button below to copy the dashboard JSON. +4. Paste the updated JSON into the New Relic modal. +5. Replace all instances of `"accountIds":[0]` in the JSON with `"accountIds":[YOUR_ACCOUNT_ID]`, substituting your actual New Relic account ID. Your New Relic account ID can be found by either locating it in the URL after `/accounts/` or by opening the user menu in the bottom-left corner and navigating to **Administration** > **Access management** > **Accounts** to view IDs for all accounts you have access to. +6. Click "Import dashboard." Date: Thu, 5 Mar 2026 12:01:24 -0700 Subject: [PATCH 4/5] Remove periods --- content/integrations/extensions/new-relic.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/integrations/extensions/new-relic.mdx b/content/integrations/extensions/new-relic.mdx index 152197f8e..b70640948 100644 --- a/content/integrations/extensions/new-relic.mdx +++ b/content/integrations/extensions/new-relic.mdx @@ -65,12 +65,12 @@ A workflow can have one or more [categories](/concepts/workflows#workflow-catego Get started with our New Relic dashboard starter kit to start monitoring Knock metrics with just a few clicks: -1. Visit New Relic's [all capabilities page](https://one.newrelic.com/all-capabilities) and click on "Dashboards." -2. In the top-right corner, click "Import dashboard." -3. Click the button below to copy the dashboard JSON. +1. Visit New Relic's [all capabilities page](https://one.newrelic.com/all-capabilities) and click on "Dashboards" +2. In the top-right corner, click "Import dashboard" +3. Click the button below to copy the dashboard JSON 4. Paste the updated JSON into the New Relic modal. 5. Replace all instances of `"accountIds":[0]` in the JSON with `"accountIds":[YOUR_ACCOUNT_ID]`, substituting your actual New Relic account ID. Your New Relic account ID can be found by either locating it in the URL after `/accounts/` or by opening the user menu in the bottom-left corner and navigating to **Administration** > **Access management** > **Accounts** to view IDs for all accounts you have access to. -6. Click "Import dashboard." +6. Click "Import dashboard" Date: Thu, 5 Mar 2026 12:02:05 -0700 Subject: [PATCH 5/5] Remove periods --- content/integrations/extensions/new-relic.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrations/extensions/new-relic.mdx b/content/integrations/extensions/new-relic.mdx index b70640948..4ed1aaeac 100644 --- a/content/integrations/extensions/new-relic.mdx +++ b/content/integrations/extensions/new-relic.mdx @@ -68,7 +68,7 @@ Get started with our New Relic dashboard starter kit to start monitoring Knock m 1. Visit New Relic's [all capabilities page](https://one.newrelic.com/all-capabilities) and click on "Dashboards" 2. In the top-right corner, click "Import dashboard" 3. Click the button below to copy the dashboard JSON -4. Paste the updated JSON into the New Relic modal. +4. Paste the updated JSON into the New Relic modal 5. Replace all instances of `"accountIds":[0]` in the JSON with `"accountIds":[YOUR_ACCOUNT_ID]`, substituting your actual New Relic account ID. Your New Relic account ID can be found by either locating it in the URL after `/accounts/` or by opening the user menu in the bottom-left corner and navigating to **Administration** > **Access management** > **Accounts** to view IDs for all accounts you have access to. 6. Click "Import dashboard"