summaryrefslogtreecommitdiffstats
path: root/docs/sections/services/ves-hv/deployment.rst
diff options
context:
space:
mode:
authorkjaniak <kornel.janiak@nokia.com>2018-12-19 22:41:40 +0100
committerkjaniak <kornel.janiak@nokia.com>2019-01-21 13:42:32 +0100
commit8b1223dae89dc5c81c576048b448f12b9d860abb (patch)
tree28b695ab3a9cfd177e193dd2f354809b47011be5 /docs/sections/services/ves-hv/deployment.rst
parente4dc8b6f672aa09c96b276d1db80e300d6ec36cf (diff)
Update HV-VES documentation - metrics
Update of documentation to cover metrics provided with use of Prometheus library. Change-Id: Ib81208ce80a3bfb4000781be84d1465731055551 Issue-ID: DCAEGEN2-1046 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Diffstat (limited to 'docs/sections/services/ves-hv/deployment.rst')
-rw-r--r--docs/sections/services/ves-hv/deployment.rst9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/sections/services/ves-hv/deployment.rst b/docs/sections/services/ves-hv/deployment.rst
index 9fdbceb1..07d26b94 100644
--- a/docs/sections/services/ves-hv/deployment.rst
+++ b/docs/sections/services/ves-hv/deployment.rst
@@ -117,12 +117,3 @@ Result:
.. code-block:: bash
kubectl get pods --namespace ${ONAP_NAMESPACE} --selector app=dcae-hv-ves-collector
-
-Healthcheck
-===========
-
-Inside HV-VES docker container runs small http service for healthcheck - exact port for this service can be configured
-at deployment using `--health-check-api-port` command line option.
-
-This service exposes single endpoint **GET /health/ready** which returns **HTTP 200 OK** in case HV-VES is healthy
-and ready for connections. Otherwise it returns **HTTP 503 Service Unavailable** with short reason of unhealthiness.