[jira] [Created] (FLINK-36983) Observing unreliable IO metrics

2024-12-31 Thread Anurag Kyal (Jira)
Anurag Kyal created FLINK-36983: --- Summary: Observing unreliable IO metrics Key: FLINK-36983 URL: https://issues.apache.org/jira/browse/FLINK-36983 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-28945) Several task IO metrics not displayed on web ui

2022-08-12 Thread lincoln lee (Jira)
lincoln lee created FLINK-28945: --- Summary: Several task IO metrics not displayed on web ui Key: FLINK-28945 URL: https://issues.apache.org/jira/browse/FLINK-28945 Project: Flink Issue Type

Re: IO metrics

2018-02-15 Thread Till Rohrmann
ure that your custom metrics have > different names than the built-in ones > as otherwise the will be ignored. > > On 13.02.2018 20:37, cw7k wrote: > > Hi, couple questions on IO metrics listed here:https://ci.apache.org/ > projects/flink/flink-docs-release-1.4/monitoring/metrics.ht

Re: IO metrics

2018-02-14 Thread cw7k
o make sure that your custom metrics have different names than the built-in ones as otherwise the will be ignored. On 13.02.2018 20:37, cw7k wrote: > Hi, couple questions on IO metrics listed > here:https://ci.apache.org/projects/flink/flink-docs-release-1.4/monitoring/metrics.html#io &

Re: IO metrics

2018-02-14 Thread Chesnay Schepler
l have to modify the source code of the respective source/sink classes, like the BucketingSink. Do make sure that your custom metrics have different names than the built-in ones as otherwise the will be ignored. On 13.02.2018 20:37, cw7k wrote: Hi, couple questions on IO metrics listed here

Re: IO metrics

2018-02-14 Thread Till Rohrmann
source is chained with another upstream operator, then you can retrieve the metrics for the chain of these operators. Cheers, Till On Tue, Feb 13, 2018 at 8:37 PM, cw7k wrote: > Hi, couple questions on IO metrics listed here:https://ci.apache.org/ > projects/flink/flink-docs-release-1.4/moni

IO metrics

2018-02-13 Thread cw7k
Hi, couple questions on IO metrics listed here:https://ci.apache.org/projects/flink/flink-docs-release-1.4/monitoring/metrics.html#io We're trying to get metrics such as throughput to filesystem sinks.  Are the metrics listed on that page automatically recorded, and we just need to ret

[jira] [Created] (FLINK-5645) WebInterface does not show IO metrics for failed jobs

2017-01-25 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-5645: --- Summary: WebInterface does not show IO metrics for failed jobs Key: FLINK-5645 URL: https://issues.apache.org/jira/browse/FLINK-5645 Project: Flink