Skip to content

Commit 28ad990

Browse files
authored
Merge pull request #203867 from maud-lv/ml-g-troubleshooting
Add general issues with data sources
2 parents 9be0c5b + 33a888b commit 28ad990

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

articles/managed-grafana/troubleshoot-managed-grafana.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: maud-lv
55
ms.author: malev
66
ms.topic: troubleshooting
77
ms.service: managed-grafana
8-
ms.date: 06/16/2022
8+
ms.date: 07/06/2022
99
---
1010

1111
# Troubleshoot issues for Azure Managed Grafana
@@ -110,11 +110,22 @@ One or several Managed Grafana dashboard panels show no data.
110110

111111
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.
112112

113-
1. Check how frequently the dashboard is configured to refresh data?
113+
1. Check how frequently the dashboard is configured to refresh data.
114114
1. In your dashboard, go to **Dashboard settings**.
115115
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.
116116
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.
117117

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+
118129
## Azure Monitor can't fetch data
119130

120131
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

Comments
 (0)