Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
b4289a48
Unverified
Commit
b4289a48
authored
Aug 19, 2020
by
Diana Payton
Committed by
GitHub
Aug 19, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Update troubleshoot-queries.md (#27078)
* Update troubleshoot-queries.md * Update troubleshoot-queries.md
parent
d0621b60
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
+8
-1
docs/sources/troubleshooting/troubleshoot-queries.md
+8
-1
No files found.
docs/sources/troubleshooting/troubleshoot-queries.md
View file @
b4289a48
...
@@ -11,7 +11,7 @@ weight = 400
...
@@ -11,7 +11,7 @@ weight = 400
This page provides information to solve common dashboard problems.
This page provides information to solve common dashboard problems.
##
#
I get different results when I rearrange my functions
## 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.
Function order is very important. Just like in math, the order that you place your functions can affect the result.
...
@@ -22,3 +22,10 @@ like a bug or visualization issue in Grafana, it is almost always a problem with
...
@@ -22,3 +22,10 @@ like a bug or visualization issue in Grafana, it is almost always a problem with
the data source response. Start by inspecting your panel query and response.
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
"
>
}}).
For more information, refer to
[
Inspect a panel
](
{{
<
relref
"../
panels
/
inspect-panel
.
md
"
>
}}).
## My query is slow
How many data points is your query returning? A query that returns lots of data points will be slow. Try this:
-
In
**Query options**
, limit the
**Max data points**
returned.
-
In
**Query options**
, increase the
**Min interval**
time.
-
In your query, use a
`group by`
function.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment