@@ -327,41 +327,31 @@ To view these metrics with {+jconsole+}, perform the following actions:
327
327
328
328
.. step:: Connect to the {+kafka-connect+} JMX server.
329
329
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.
332
334
333
- .. step:: Enter your JMX Server URI .
335
+ #. Click :guilabel:`Connect` .
334
336
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`.
341
338
342
339
.. step:: Explore your connectors' metrics.
343
340
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+}.
350
342
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+}.
354
348
355
- .. step:: Continue the Quick Start.
349
+ #. Continue the Quick Start until, but not through, the
350
+ :ref:`<kafka-quickstart-remove-the-sandbox>` step.
356
351
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``.
365
355
366
356
.. step:: Stop and remove the Quick Start environment.
367
357
@@ -614,17 +604,16 @@ Source Connector JMX Metrics
614
604
615
605
.. _kafka-monitoring-averge-record-size-span:
616
606
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:
621
609
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.
628
617
629
618
* - **latest-mongodb-time-difference-secs**
630
619
- The number of seconds of the most recent time difference recorded between
0 commit comments