From c8a6fe5bb4233eb0551b8424f5d57121e86124a1 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Tue, 3 Apr 2018 16:48:24 +0800 Subject: Move design document to dedicated folder Change-Id: I20c85b7116cd2b29d0efcaae5ee0b0381a685bbb Signed-off-by: Yujun Zhang --- docs/monitoring.rst | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 docs/monitoring.rst (limited to 'docs/monitoring.rst') diff --git a/docs/monitoring.rst b/docs/monitoring.rst deleted file mode 100644 index 44b01e3..0000000 --- a/docs/monitoring.rst +++ /dev/null @@ -1,31 +0,0 @@ -########## -Monitoring -########## - -************ -Installation -************ - -Currently, we use the Istio build-in prometheus addon to install prometheus:: - - cd - kubectl apply -f install/kubernetes/addons/prometheus.yaml - -******** -Validate -******** - -Setup port-forwarding for prometheus by executing the following command:: - - kubectl -n istio-system port-forward $(kubectl -n istio-system get pod -l app=prometheus -o jsonpath='{.items[0].metadata.name}') 9090:9090 & - -Run the scripts in ``clover/monitoring`` validates prometheus installation:: - - python clover/monitoring/validate.py - -It validates the installation with the following criterias - -#. [DONE] prometheus pod is in Running state -#. [DONE] prometheus is conneted to monitoring targets -#. [TODO] test collecting telemetry data from istio -#. [TODO] TBD -- cgit 1.2.3-korg