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)
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
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