I have had a dashboard with a series of graphs that were taken from Application Insights custom queries. Has been working for weeks, but suddenly, without any change, all graphs from custom queries stopped working, with error "Error retrieving data". Custom query graph vs taken from metric. Same Application Insights
Checked access, but all graphs are taking information from the same azure application insights. Have tried to re-add the graph again from the save query, but not working. Reporting to know if this happened to anyone else, or if it could be a Microsoft issue.
Update: this is a query example I try to send: KQL query
I have had a dashboard with a series of graphs that were taken from Application Insights custom queries. Has been working for weeks, but suddenly, without any change, all graphs from custom queries stopped working, with error "Error retrieving data". Custom query graph vs taken from metric. Same Application Insights
Checked access, but all graphs are taking information from the same azure application insights. Have tried to re-add the graph again from the save query, but not working. Reporting to know if this happened to anyone else, or if it could be a Microsoft issue.
Update: this is a query example I try to send: KQL query
Share Improve this question edited 21 hours ago JpSyone asked yesterday JpSyoneJpSyone 111 silver badge3 bronze badges New contributor JpSyone is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. 2- What are the kinds of custom queries you are using! @JpSyone – Jahnavi Commented yesterday
- 1 Hi. In KQL mode, I have a traces query, like this: traces | where message contains "Customer created." | summarize sent = count() by hour = datetime_part("hour", timestamp) | sort by hour asc | render timechart Then, Save. Pin to Azure Dashboard – JpSyone Commented 21 hours ago
1 Answer
Reset to default 1I just ran into the same problem today. Figured out that it was the AdBlocker of my browser that prevented graphes from custom queries to render in Dashboards with error "Error retrieving data"