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'
This commit is contained in:
Chungeun Choi 2024-06-01 12:13:28 +09:00 committed by Jiri Pechanec
parent 4b2c7b3a68
commit 74b822057a
3 changed files with 6 additions and 4 deletions

View File

@ -95,6 +95,7 @@ Chad Marmon
Chai Stofkoper
Chao Tian
Choi Jang Ho
Chungeun Choi
Calin Laurentiu Ilie
Cheng Pan
Ching Tsai

View File

@ -14,19 +14,19 @@ The following table lists the streaming metrics that are available.
|[[connectors-strm-metric-totalnumberofeventsseen_{context}]]<<connectors-strm-metric-totalnumberofeventsseen_{context}, `TotalNumberOfEventsSeen`>>
|`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}]]<<connectors-strm-metric-totalnumberofcreateeventsseen_{context}, `TotalNumberOfCreateEventsSeen`>>
|`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}]]<<connectors-strm-metric-totalnumberofupdateeventsseen_{context}, `TotalNumberOfUpdateEventsSeen`>>
|`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}]]<<connectors-strm-metric-totalnumberofdeleteeventsseen_{context}, `TotalNumberOfDeleteEventsSeen`>>
|`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}]]<<connectors-strm-metric-numberofeventsfiltered_{context}, `NumberOfEventsFiltered`>>
|`long`

View File

@ -269,3 +269,4 @@ gaurav7261,Gaurav Miglani
sullis,Sean C. Sullivan
einar-rt,einar-rt
joontube,Seongjoon Jeong
chungeun-choi,Chungeun Choi