4
4
Monitoring
5
5
==========
6
6
7
+ .. facet::
8
+ :name: genre
9
+ :values: reference
10
+
11
+ .. meta::
12
+ :keywords: logging, audit, metrics
13
+
7
14
.. contents:: On this page
8
15
:local:
9
16
:backlinks: none
@@ -509,11 +516,11 @@ Sink Connector JMX Metrics
509
516
510
517
* - **batch-writes-successful**
511
518
- The total number of batches a MongoDB sink task successfully wrote
512
- to the MongoDB server .
519
+ to the {+cluster+} .
513
520
514
521
* - **batch-writes-successful-duration-ms**
515
522
- The total number of milliseconds a MongoDB sink task spent successfully
516
- writing to the MongoDB server .
523
+ writing to the {+cluster+} .
517
524
518
525
* - **batch-writes-successful-duration-over-1-ms**
519
526
- The total number of successful batch writes performed by the MongoDB
@@ -537,11 +544,11 @@ Sink Connector JMX Metrics
537
544
538
545
* - **batch-writes-failed**
539
546
- The total number of batches a MongoDB sink task failed to write
540
- to the MongoDB server .
547
+ to the {+cluster+} .
541
548
542
549
* - **batch-writes-failed-duration-ms**
543
550
- The total number of milliseconds a MongoDB sink task spent
544
- unsuccessfully attempting to write batches to the MongoDB server .
551
+ unsuccessfully attempting to write batches to the {+cluster+} .
545
552
546
553
* - **batch-writes-failed-duration-over-1-ms**
547
554
- The total number of failed batch writes attempted by the MongoDB
@@ -603,7 +610,7 @@ Source Connector JMX Metrics
603
610
604
611
* - **mongodb-bytes-read**
605
612
- The total number of bytes a MongoDB source task read from the
606
- MongoDB server .
613
+ {+cluster+} .
607
614
608
615
.. _kafka-monitoring-averge-record-size-span:
609
616
@@ -621,7 +628,7 @@ Source Connector JMX Metrics
621
628
622
629
* - **latest-mongodb-time-difference-secs**
623
630
- The number of seconds of the most recent time difference recorded between
624
- a MongoDB server and the post-batch resume token held by a MongoDB
631
+ a {+cluster+} and the post-batch resume token held by a MongoDB
625
632
source task. This value is calculated by subtracting the timestamp
626
633
of the task's post-batch resume token from the ``operationTime`` value of
627
634
the most recent successful MongoDB command executed by the task.
@@ -688,7 +695,7 @@ Source Connector JMX Metrics
688
695
* - **initial-commands-successful**
689
696
- The total number of initial commands issued by a MongoDB source
690
697
task that succeeded. An initial command is a find or aggregate command
691
- sent to a MongoDB server that retrieves the first set of documents in a
698
+ sent to a {+cluster+} that retrieves the first set of documents in a
692
699
cursor. A ``getMore`` command is not an initial command.
693
700
694
701
* - **initial-commands-successful-duration-ms**
@@ -746,7 +753,7 @@ Source Connector JMX Metrics
746
753
* - **initial-commands-failed**
747
754
- The total number of initial commands issued by a MongoDB source
748
755
task that failed. An initial command is a find or aggregate command
749
- sent to a MongoDB server that retrieves the first set of documents in a
756
+ sent to a {+cluster+} that retrieves the first set of documents in a
750
757
cursor. A ``getMore`` command is not an initial command.
751
758
752
759
* - **initial-commands-failed-duration-ms**
0 commit comments