Skip to content

Commit 7a2d887

Browse files
committed
Add Troublshooting page to docs
1 parent 17eea10 commit 7a2d887

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

website/docs/troubleshooting.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
id: troubleshooting
3+
title: Troubleshooting
4+
---
5+
6+
This page lists frequently asked questions and their answers.
7+
8+
## Why do I get "Unable to graph data" when I try to graph the query results?
9+
10+
The Graph and Time series panels can only display _time series_. To create a query that returns time series, make sure that it contains at least two fields:
11+
12+
- A **Time** field that contains the timestamps for the X-axis
13+
- A **Number** field that contains the values for the Y-axis
14+
15+
## Why do I only get the value from the last query?
16+
17+
The JSON API doesn't store historical data from previous queries. It can only visualize the data from the last query that was run. If you want to store metrics over time, you're likely be better of switching to a proper time series database, such as [Prometheus](https://prometheus.org).
18+
19+
## `Minified React error`
20+
21+
Grafana displays this cryptic error whenever a plugin uses features that aren't available in the currently installed version of Grafana. Make sure that the plugin supports the version you're running.

0 commit comments

Comments
 (0)