Re: Missing metrics in Flink v 1.15.0 rc-0

2022-04-07 Thread Jing Ge
Hi, Flink 1.15 has developed a new feature to support different sink pre- and post-topologies[1]. New metrics e.g. NumRecordsSend has been developed to measure records sent to the external system. Metrics like "Bytes Sent" and "Records Sent" measure records sent to the next task. So, in your cas

Re: Missing metrics in Flink v 1.15.0 rc-0

2022-04-06 Thread Xintong Song
Hi Peter, Have you compared the DAT topologies in 1.15 / 1.14? I think it's expected that "Records Received", "Bytes Sent" and "Records Sent" are 0. These metrics trace the internal data exchanges between Flink tasks. External data changes, i.e., source reading / sink writing data from / to exter