Interface ReaderMetricsMXBean
-
- All Superinterfaces:
SchemaMetricsMXBean
public interface ReaderMetricsMXBean extends SchemaMetricsMXBean
Metrics that are common for both snapshot and binlog readers- Author:
- Jiri Pechanec
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String[]getMonitoredTables()Deprecated.Superseded by the 'Captured Tables' metric.-
Methods inherited from interface io.debezium.pipeline.metrics.traits.SchemaMetricsMXBean
getCapturedTables
-
-
-
-
Method Detail
-
getMonitoredTables
@Deprecated String[] getMonitoredTables()
Deprecated.Superseded by the 'Captured Tables' metric. UseSchemaMetricsMXBean.getCapturedTables(). Scheduled for removal in a future release.
-
-