Browse Source

Merge pull request #3285 from ckrybus/patch-1

Fix recommended graphite version for better performance
Torkel Ödegaard 10 years ago
parent
commit
be5e6d55fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/sources/installation/performance.md

+ 2 - 2
docs/sources/installation/performance.md

@@ -8,7 +8,7 @@ page_keywords: grafana, performance, documentation
 
 
 ## Graphite
 ## Graphite
 
 
-Graphite 0.9.13 adds a much needed feature to the JSON rendering API
+Graphite 0.9.14 adds a much needed feature to the JSON rendering API
 that is very important for Grafana. If you are experiencing slow load &
 that is very important for Grafana. If you are experiencing slow load &
 rendering times for large time ranges then it is most likely caused by
 rendering times for large time ranges then it is most likely caused by
 running Graphite 0.9.12 or lower.
 running Graphite 0.9.12 or lower.
@@ -17,6 +17,6 @@ The latest version of Graphite adds a `maxDataPoints` parameter to the
 JSON render API. Without this feature Graphite can return hundreds of
 JSON render API. Without this feature Graphite can return hundreds of
 thousands of data points per graph, which can hang your browser. Be sure
 thousands of data points per graph, which can hang your browser. Be sure
 to upgrade to
 to upgrade to
-[0.9.13](http://graphite.readthedocs.org/en/latest/releases/0_9_13.html).
+[0.9.14](http://graphite.readthedocs.org/en/latest/releases/0_9_14.html).