From 1ae90809b3d3ccdbd0669145d0e4f9f56d7371cd Mon Sep 17 00:00:00 2001 From: mpriyank Date: Mon, 27 Nov 2023 13:53:12 +0000 Subject: Expose hazelcast cluster info - exposing hazelcast cluster and health related rest endpoints to be used in the testware - added test to support it - also added RTD docs Issue-ID: CPS-1980 Change-Id: I926013bee05603a43050b861f677885a2511fffc Signed-off-by: mpriyank --- docs/admin-guide.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/admin-guide.rst') 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://:8080/actuator/prometheus +Hazelcast +--------- + +Hazelcast cluster state and health check can be seen using the below endpoints + +.. code:: + + http://:/hazelcast/health + http://:/hazelcast/rest/management/cluster/state + +See also : :ref:`cps_common_distributed_datastructures` + Naming Validation ----------------- -- cgit 1.2.3-korg