Skip to content

Commit 6e63bda

Browse files
sarahsimpersSarah Simpers
authored and
Sarah Simpers
committed
(DOCSP-44208) Removes nested components from last page of Kafka docs (#172)
1 parent 12ef322 commit 6e63bda

File tree

1 file changed

+26
-37
lines changed

1 file changed

+26
-37
lines changed

source/monitoring.txt

+26-37
Original file line numberDiff line numberDiff line change
@@ -327,41 +327,31 @@ To view these metrics with {+jconsole+}, perform the following actions:
327327

328328
.. step:: Connect to the {+kafka-connect+} JMX server.
329329

330-
.. procedure::
331-
:style: connected
330+
a. Enter your JMX Server URI ``localhost:{+jmx-port-mapping+}``
331+
into the
332+
:guilabel:`Remote Process` text input box in the {+jconsole+}
333+
interface.
332334

333-
.. step:: Enter your JMX Server URI.
335+
#. Click :guilabel:`Connect`.
334336

335-
Enter the URI ``localhost:{+jmx-port-mapping+}`` into the :guilabel:`Remote Process`
336-
text input box in the {+jconsole+} interface.
337-
338-
.. step:: Click :guilabel:`Connect`.
339-
340-
.. step:: In the dialog box, click :guilabel:`Insecure Connection`.
337+
#. In the dialog box, click :guilabel:`Insecure Connection`.
341338

342339
.. step:: Explore your connectors' metrics.
343340

344-
.. procedure::
345-
:style: connected
346-
347-
.. step:: Navigate to the :guilabel:`MBeans` tab in {+jconsole+}.
348-
349-
.. step:: Inspect connector metrics.
341+
a. Navigate to the :guilabel:`MBeans` tab in {+jconsole+}.
350342

351-
Notice that the ``{+metrics-path+}.sink-task-metrics.sink-task-0.records``
352-
attribute has a value of ``0``. This value indicates that
353-
your sink task has not received any records from {+kafka+}.
343+
#. Inspect connector metrics. Notice that the
344+
``{+metrics-path+}.sink-task-metrics.sink-task-0.records``
345+
attribute has a value of ``0``. This
346+
value indicates that your sink task has not received any
347+
records from {+kafka+}.
354348

355-
.. step:: Continue the Quick Start.
349+
#. Continue the Quick Start until, but not through, the
350+
:ref:`<kafka-quickstart-remove-the-sandbox>` step.
356351

357-
Continue the Quick Start until, but not through, the
358-
:ref:`<kafka-quickstart-remove-the-sandbox>` step.
359-
360-
.. step:: Return to {+jconsole+}.
361-
362-
Navigate back to the :guilabel:`MBeans` tab in {+jconsole+}.
363-
The ``{+metrics-path+}.sink-task-metrics.sink-task-0.records``
364-
attribute should now have a value of ``1``.
352+
#. Navigate back to the :guilabel:`MBeans` tab in {+jconsole+}.
353+
The ``{+metrics-path+}.sink-task-metrics.sink-task-0.records``
354+
attribute should now have a value of ``1``.
365355

366356
.. step:: Stop and remove the Quick Start environment.
367357

@@ -614,17 +604,16 @@ Source Connector JMX Metrics
614604

615605
.. _kafka-monitoring-averge-record-size-span:
616606

617-
.. tip:: Average Record Size Over a Span of Time
618-
619-
To calculate the average size of the records your sink connector
620-
processed over a span of time, perform the following actions:
607+
To calculate the average size of the records your sink connector
608+
processed over a span of time, perform the following actions:
621609

622-
#. Determine the change in the value of the ``mongodb-bytes-read``
623-
attribute for a span of time.
624-
#. Determine the change in the value of the ``records`` attribute
625-
for the same span of time you used for the preceding step.
626-
#. Divide the change in the value of the ``mongodb-bytes-read`` attribute
627-
by the change in the value of the ``records`` attribute.
610+
#. Determine the change in the value of the
611+
``mongodb-bytes-read`` attribute for a span of time.
612+
#. Determine the change in the value of the ``records`` attribute
613+
for the same span of time you used for the preceding step.
614+
#. Divide the change in the value of the ``mongodb-bytes-read``
615+
attribute by the change in the value of the ``records``
616+
attribute.
628617

629618
* - **latest-mongodb-time-difference-secs**
630619
- The number of seconds of the most recent time difference recorded between

0 commit comments

Comments
 (0)