RE: Need information on latency metrics

2021-03-05 Thread V N, Suchithra (Nokia - IN/Bangalore)
PM To: user@flink.apache.org Subject: Re: Need information on latency metrics Hi Suchithra, did you see this section in the docs? https://ci.apache.org/projects/flink/flink-docs-stable/ops/metrics.html#latency-tracking Regards, Timo On 05.03.21 15:31, V N, Suchithra (Nokia - IN/Bangalore)

Re: Need information on latency metrics

2021-03-05 Thread Timo Walther
Hi Suchithra, did you see this section in the docs? https://ci.apache.org/projects/flink/flink-docs-stable/ops/metrics.html#latency-tracking Regards, Timo On 05.03.21 15:31, V N, Suchithra (Nokia - IN/Bangalore) wrote: Hi, I am using flink 1.12.1 version and trying to explore latency metrics

Need information on latency metrics

2021-03-05 Thread V N, Suchithra (Nokia - IN/Bangalore)
Hi, I am using flink 1.12.1 version and trying to explore latency metrics with Prometheus. I have enabled latency metrics by adding "metrics.latency.interval: 1" in flink-conf.yaml. I have submitted a flink streaming job which has Source->flatmap->process->sink which is chained into single task