From 2715ef27f3ae2e886244ead12128eb930039a641 Mon Sep 17 00:00:00 2001 From: Harshini Rangaswamy <108724024+harshini-rangaswamy@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:28:43 +0100 Subject: [PATCH] Update docs/platform/howto/integrations/access-jmx-metrics-jolokia.rst Co-authored-by: Arthur --- docs/platform/howto/integrations/access-jmx-metrics-jolokia.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/platform/howto/integrations/access-jmx-metrics-jolokia.rst b/docs/platform/howto/integrations/access-jmx-metrics-jolokia.rst index f0ac344ee..9f154144b 100644 --- a/docs/platform/howto/integrations/access-jmx-metrics-jolokia.rst +++ b/docs/platform/howto/integrations/access-jmx-metrics-jolokia.rst @@ -36,7 +36,7 @@ To enable Jolokia integration for a specific service, follow these steps: #. Access the `Aiven Console `_ and click the service for which you want to enable Jolokia integration. #. On the **Overview** page of your service, click **Integrations** in the sidebar. #. On the **Integrations** page, find **Jolokia** under **External Integrations** and click on it. -#. Choose the Jolokia endpoint you created and click **Enable**. The system will then configure the Jolokia endpoint on all service nodes, providing access to the metrics. +#. Choose the Jolokia endpoint you created and click **Enable**. The system configures the Jolokia endpoint on all service nodes, providing access to the metrics. The Aiven Jolokia integration enables HTTP POST requests to retrieve values from service-specific metrics. It also supports bulk requests for batch collection of metrics. For more detailed information on the Jolokia protocol, refer to `Jolokia documentation `__ .