You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/azure/partner-solutions/new-relic/resource-monitoring-troubleshoot.md
+17-98Lines changed: 17 additions & 98 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,122 +14,41 @@ ai-usage: ai-assisted
14
14
15
15
# Resource monitoring stopped working
16
16
17
-
This article helps you troubleshoot situations in which New Relic stops receiving telemetry (logs, metrics, or events) from Azure resources like virtual machines and app services. It includes likely causes, quick workarounds, and a step‑by‑step troubleshooting checklist to help you identify and resolve your issue.
17
+
This article helps you troubleshoot situations in which New Relic stops receiving telemetry (logs, metrics, or events) from Azure resources like virtual machines and app services.
18
18
19
19
## Prerequisites
20
20
21
21
- Access to the New Relic account that owns the ingest API key (API key admin or owner).
22
-
- Access to the Azure subscription and resource group that contain the affected resources (Reader to view; Contributor/Owner to remediate or change billing).
23
-
- Familiarity with the Azure portal, New Relic portal, and basic CLI (Azure CLI or PowerShell) commands.
24
-
25
-
## Potential quick workarounds
26
-
27
-
1. Refresh the New Relic portal and check the timestamp of the latest telemetry to confirm whether the issue is transient.
28
-
2. If the ingest API key was recently rotated or revoked, reissue a new ingest API key in New Relic and update the resource configuration.
29
-
3. Restart the resource agent or the VM (if possible) to force the agent to re-establish connections and re-send telemetry.
30
-
31
-
## Troubleshooting checklist
32
-
33
-
Follow these steps in order. After each major remediation, wait a few minutes and verify whether telemetry resumes in New Relic.
34
-
35
-
### 1) Verify the New Relic ingest API key
36
-
37
-
- In the New Relic portal, confirm the ingest API key assigned to the resource exists and is Active.
38
-
- If the key is revoked, recreate or rotate the key and update the resource configuration to use the new key.
39
-
- If you cannot manage the key or need help, contact New Relic support: https://support.newrelic.com/
40
-
41
-
### 2) Check Azure subscription and billing state
42
-
43
-
- In the Azure portal, confirm the subscription that contains the resources is Active.
44
-
- If the subscription is Suspended, Disabled, or Deleted for payment reasons, either update the payment method or move resources to a different active subscription.
- Ensure NSGs, firewalls, or proxies are not blocking outbound HTTPS to New Relic.
78
-
79
-
### 6) Check for New Relic service issues
80
-
81
-
- Verify New Relic status and known incidents on New Relic status pages or support channels. If a New Relic outage is reported, collect timestamps and wait for the service to recover or contact New Relic support.
22
+
- Access to the Azure subscription and resource group that contain the affected resources (Reader to view, Contributor/Owner to remediate or change billing).
23
+
- Familiarity with the Azure portal, the New Relic portal, and basic CLI (Azure CLI or PowerShell) commands.
24
+
25
+
## Causes and solutions
82
26
83
-
### 7) Reconfigure or reissue the ingest key and restart agents
27
+
### Cause: Ingest API key is revoked
84
28
85
-
- If the ingest key was revoked or rotated, create a new ingest API key in New Relic and update resource configuration.
86
-
- Restart the agent or the hosting resource to ensure the new key and configuration are applied.
29
+
Resource monitoring in New Relic is enabled through the *ingest API key*, which you set up at the time of resource creation. Revoking the ingest API key from the New Relic portal disrupts monitoring of logs and metrics for all resources, including virtual machines and app services. You shouldn't revoke the ingest API key.
87
30
88
-
##Causes and solutions
31
+
#### Solution
89
32
90
-
### Cause: Ingest API key revoked or rotated
91
-
Solution:
92
-
1. Recreate or rotate the ingest API key in New Relic.
93
-
2. Update resource configuration to use the new key.
94
-
3. Restart the agent or resource if required.
33
+
- If the API key is revoked, contact [New Relic support](https://support.newrelic.com/).
95
34
96
-
### Cause: Azure subscription suspended or deleted (billing)
97
-
Solution:
98
-
1. Update the subscription payment method or move resources to an active subscription.
99
-
2. Confirm subscription state in the Azure portal and verify telemetry resumes.
35
+
### Cause: Azure subscription suspended or deleted
100
36
101
-
### Cause: Resource agent/extension failure or misconfiguration
102
-
Solution:
103
-
1. Reinstall or repair the VM agent or New Relic extension.
104
-
2. Review agent logs for authentication or connectivity errors and address them.
37
+
If your Azure subscription is suspended or deleted for payment-related issues, resource monitoring in New Relic automatically stops.
1. Adjust NSG, firewall, or proxy rules to allow outbound HTTPS to New Relic ingestion endpoints.
109
-
2. Test connectivity from the resource.
39
+
#### Solution
110
40
111
-
### Cause: New Relic service outage
112
-
Solution:
113
-
1. Check New Relic status and incidents.
114
-
2. If required, open a support ticket with New Relic and provide collected diagnostics.
41
+
- If the subscription is suspended or deleted for payment-related reasons, either update the payment method or move resources to an active subscription. For more information, see [Add, update, or delete a payment method](/azure/cost-management-billing/manage/change-credit-card).
115
42
116
-
##Advanced troubleshooting and data collection
43
+
### Cause: New Relic service issues
117
44
118
-
If you need to open a support request, collect these items to speed diagnosis:
45
+
New Relic manages the APIs for creating and managing resources, and for the storage and processing of telemetry data. The New Relic APIs might be on or outside of Azure. Some issues can originate outside of Azure.
119
46
120
-
- Affected resource names and resource IDs
121
-
- Resource group and subscription ID
122
-
- Exact timestamps (UTC) when telemetry stopped and any observed retries or errors
123
-
- Activity Log entries related to extensions, configuration changes, or subscription state
124
-
- Agent or extension logs from the affected resource
125
-
- Results of connectivity tests (curl, Test-NetConnection, or equivalent)
126
-
- New Relic ingest API key ID (do not include the API key secret in support tickets unless requested by support)
47
+
#### Solution
127
48
128
-
When contacting support, provide a concise reproduction path and the results of the steps above.
49
+
If your Azure subscription and resource are working correctly but the New Relic portal shows problems with monitoring data, contact [New Relic support](https://support.newrelic.com/).
129
50
130
51
## Related content
131
52
132
-
-[Manage extensions on Azure virtual machines](/azure/virtual-machines/extensions/overview)
133
-
-[Troubleshoot VM Agent issues](../../virtual-machines/windows/windows-azure-guest-agent.md)
134
53
-[Add, update, or delete a payment method](/azure/cost-management-billing/manage/change-credit-card)
0 commit comments