Re: JDBCAppendTableSink Metric

2018-10-21 Thread Anil
Thanks Hequn. -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/

Re: JDBCAppendTableSink Metric

2018-10-06 Thread Hequn Cheng
Hi anil, It seems that there are no dedicated metrics for jdbc sink. For latency, Flink allows to track the latency of records traveling through the system[1]. For other metics, I think you can make use of the system metrics. For example, the metric of numRecordsInPerSecond[2] may be helpful for y

JDBCAppendTableSink Metric

2018-10-06 Thread Anil
I need to monitor the latency and other similar metric for the Mysql Sink that Flink writes to. I'm using JDBCAppendTableSink. Any way how I can check these. Thanks! -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/