summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbilly2180 <wang.bin21@zte.com.cn>2017-04-17 17:37:02 +0800
committerbilly2180 <wang.bin21@zte.com.cn>2017-04-17 17:37:02 +0800
commitca39acd96a9c73d16d656b4735f695403fdbc1d9 (patch)
treeeb1e6dfb07f1b3bcbbb6a80e5a66c5677d3240b1
parent9e270c45b4b61ca6a1a7bcf5f0f11f15113f27ea (diff)
Fix PromDash broken link,PromDash has been deprecated, using Grafana instead
-rw-r--r--contributors/devel/e2e-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md
index 4df08654..2965e4c6 100644
--- a/contributors/devel/e2e-tests.md
+++ b/contributors/devel/e2e-tests.md
@@ -781,7 +781,7 @@ following [post](http://blog.kubernetes.io/2015/09/kubernetes-performance-measur
For developers who are interested in doing their own performance analysis, we
recommend setting up [prometheus](http://prometheus.io/) for data collection,
-and using [promdash](http://prometheus.io/docs/visualization/promdash/) to
+and using [grafana](https://prometheus.io/docs/visualization/grafana/) to
visualize the data. There also exists the option of pushing your own metrics in
from the tests using a
[prom-push-gateway](http://prometheus.io/docs/instrumenting/pushing/).