From 74b822057a0a6cff746aacc7c84a411b9b65451a Mon Sep 17 00:00:00 2001 From: Chungeun Choi Date: Sat, 1 Jun 2024 12:13:28 +0900 Subject: [PATCH] DBZ-7912: Add content to the docs - 'Metrics' For the following metrics, add additional explanations about which factors calculate the corresponding values. 'TotalNumberOfEventsSeen','TotalNumberOfCreateEventsSeen', 'TotalNumberOfUpdateEventsSeen', 'TotalNumberOfDeleteEventsSeen' --- COPYRIGHT.txt | 1 + .../ref-connector-monitoring-streaming-metrics.adoc | 8 ++++---- jenkins-jobs/scripts/config/Aliases.txt | 1 + 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index d7189678e..f4dff024f 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -95,6 +95,7 @@ Chad Marmon Chai Stofkoper Chao Tian Choi Jang Ho +Chungeun Choi Calin Laurentiu Ilie Cheng Pan Ching Tsai diff --git a/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-monitoring-streaming-metrics.adoc b/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-monitoring-streaming-metrics.adoc index 8e0fe6507..00db4ab94 100644 --- a/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-monitoring-streaming-metrics.adoc +++ b/documentation/modules/ROOT/partials/modules/all-connectors/ref-connector-monitoring-streaming-metrics.adoc @@ -14,19 +14,19 @@ The following table lists the streaming metrics that are available. |[[connectors-strm-metric-totalnumberofeventsseen_{context}]]<> |`long` -|The total number of events that this connector has seen since the last start or metrics reset. +|The total number of events that this connector has seen since the last start or metrics reset. (Calculated based on replication protocol events) |[[connectors-strm-metric-totalnumberofcreateeventsseen_{context}]]<> |`long` -|The total number of create events that this connector has seen since the last start or metrics reset. +|The total number of create events that this connector has seen since the last start or metrics reset. (Calculated by Debezium) |[[connectors-strm-metric-totalnumberofupdateeventsseen_{context}]]<> |`long` -|The total number of update events that this connector has seen since the last start or metrics reset. +|The total number of update events that this connector has seen since the last start or metrics reset. (Calculated by Debezium) |[[connectors-strm-metric-totalnumberofdeleteeventsseen_{context}]]<> |`long` -|The total number of delete events that this connector has seen since the last start or metrics reset. +|The total number of delete events that this connector has seen since the last start or metrics reset. (Calculated by Debezium) |[[connectors-strm-metric-numberofeventsfiltered_{context}]]<> |`long` diff --git a/jenkins-jobs/scripts/config/Aliases.txt b/jenkins-jobs/scripts/config/Aliases.txt index 3149b63ff..fc4267b0e 100644 --- a/jenkins-jobs/scripts/config/Aliases.txt +++ b/jenkins-jobs/scripts/config/Aliases.txt @@ -269,3 +269,4 @@ gaurav7261,Gaurav Miglani sullis,Sean C. Sullivan einar-rt,einar-rt joontube,Seongjoon Jeong +chungeun-choi,Chungeun Choi