summaryrefslogtreecommitdiffstats
path: root/docs/admin-guide.rst
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2023-11-29 09:12:43 +0000
committerGerrit Code Review <gerrit@onap.org>2023-11-29 09:12:43 +0000
commit0afd8642a9195a34a7b3c119496982fefbbda3e9 (patch)
tree07dfc66f5eeb86cfd5bc5b3044800b6c70fdeb24 /docs/admin-guide.rst
parent626547adfd590e5a7cfe98bfaf68fcefb00be9af (diff)
parent1ae90809b3d3ccdbd0669145d0e4f9f56d7371cd (diff)
Merge "Expose hazelcast cluster info"
Diffstat (limited to 'docs/admin-guide.rst')
-rw-r--r--docs/admin-guide.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/admin-guide.rst b/docs/admin-guide.rst
index b58e740339..1c4d7455f0 100644
--- a/docs/admin-guide.rst
+++ b/docs/admin-guide.rst
@@ -192,6 +192,18 @@ Prometheus Metrics can be checked at the following endpoint
http://<cps-component-service-name>:8080/actuator/prometheus
+Hazelcast
+---------
+
+Hazelcast cluster state and health check can be seen using the below endpoints
+
+.. code::
+
+ http://<cps-component-service-name>:<member-port>/hazelcast/health
+ http://<cps-component-service-name>:<member-port>/hazelcast/rest/management/cluster/state
+
+See also : :ref:`cps_common_distributed_datastructures`
+
Naming Validation
-----------------