Skip to content

Commit 972a899

Browse files
Correct link to Prometheus (#145)
Co-authored-by: Marcus Olsson <marcus.olsson@hey.com>
1 parent 35e79a4 commit 972a899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Graph and Time series panels can only display _time series_. To create a que
1414

1515
## Why do I only get the value from the last query?
1616

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).
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.io/).
1818

1919
## `Minified React error`
2020

0 commit comments

Comments
 (0)