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: articles/managed-grafana/troubleshoot-managed-grafana.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: maud-lv
5
5
ms.author: malev
6
6
ms.topic: troubleshooting
7
7
ms.service: managed-grafana
8
-
ms.date: 06/16/2022
8
+
ms.date: 07/06/2022
9
9
---
10
10
11
11
# Troubleshoot issues for Azure Managed Grafana
@@ -110,11 +110,22 @@ One or several Managed Grafana dashboard panels show no data.
110
110
111
111
Context: Grafana dashboards are set up to fetch new data periodically. If the dashboard is refreshed too often for the underlying query to load, the panel will be stuck without ever being able to load and display data.
112
112
113
-
1. Check how frequently the dashboard is configured to refresh data?
113
+
1. Check how frequently the dashboard is configured to refresh data.
114
114
1. In your dashboard, go to **Dashboard settings**.
115
115
1. In the general settings, lower the **Auto refresh** rate of the dashboard to be no faster than the time the query takes to load.
116
116
1. When a query takes too long to retrieve data. Grafana will automatically time out certain dependency calls that take longer than, for example, 30 seconds. Check that there are no unusual slow-downs on the query's end.
117
117
118
+
## General issues with data sources
119
+
120
+
The user can't connect to a data source, or a data source cannot fetch data.
121
+
122
+
### Solution: review network settings and IP address
123
+
124
+
To troubleshoot this issue:
125
+
126
+
1. Check the network setting of the data source server. There should be no firewall blocking Grafana from accessing it.
127
+
1. Check that the data source isn't trying to connect to a private IP address. Azure Managed Grafana doesn't currently support connections to private networks.
128
+
118
129
## Azure Monitor can't fetch data
119
130
120
131
Every Grafana instance comes pre-configured with an Azure Monitor data source. When trying to use a pre-provisioned dashboard, the user finds that the Azure Monitor data source can't fetch data.
0 commit comments