mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:42:13 +08:00

* added folder and moved content * added content * updated content * added content * Update troubleshoot-dashboards.md * added content
25 lines
909 B
Markdown
25 lines
909 B
Markdown
+++
|
|
title = "Troubleshoot queries"
|
|
description = "Guide to troubleshooting Grafana queries"
|
|
keywords = ["grafana", "troubleshooting", "documentation", "guide", "queries"]
|
|
type = "docs"
|
|
[menu.docs]
|
|
weight = 400
|
|
+++
|
|
|
|
# Troubleshoot queries
|
|
|
|
This page provides information to solve common dashboard problems.
|
|
|
|
### I get different results when I rearrange my functions
|
|
|
|
Function order is very important. Just like in math, the order that you place your functions can affect the result.
|
|
|
|
## Inspect your query request and response
|
|
|
|
The most common problems are related to the query and response from your data source. Even if it looks
|
|
like a bug or visualization issue in Grafana, it is almost always a problem with the data source query or
|
|
the data source response. Start by inspecting your panel query and response.
|
|
|
|
For more information, refer to [Inspect a panel]({{< relref "../panels/inspect-panel.md" >}}).
|