-
Bug
-
Resolution: Done
-
Major
-
1.7.0.Final
-
None
-
False
-
False
-
-
Hello,
I am trying to setup debezium metrics using the JMX Exporter. I was able to confirm that the fields below are working or at least they have a value that is not zero.
- debezium_metrics_QueueTotalCapacity
- debezium_metrics_RowsScanned
- debezium_metrics_TotalNumberOfEventsSeen
- debezium_metrics_SnapshotRunning
- debezium_metrics_BatchSize
- debezium_metrics_MillisecondToSleepBetweenMiningQuery
- debezium_metrics_RecoveryStartTime
- debezium_metrics_MilliSecondsSinceLastAppliedChange
- debezium_metrics_MilliSecondsSinceLastEvent
- debezium_metrics_RemainingTableCount
- debezium_metrics_ChangesApplied
- debezium_metrics_SnapshotDurationInSeconds
I would like to obtain/use all metrics provided but they don't seem to be working correctly. For example, debezium_metrics_CommitThroughput, debezium_metrics_LagFromSourceInMilliseconds, debezium_metrics_HoursToKeepTransactionInBuffer, debezium_metrics_TotalProcessingTimeInMilliseconds, etc. are all metrics that i would be very interested in having, but they are all zero which definitely shouldn't be the case.