[GitHub] flink issue #1947: [FLINK-1502] [WIP] Basic Metric System

2016-07-15 Thread sumitchawla
Github user sumitchawla commented on the issue: https://github.com/apache/flink/pull/1947 Thanks a lot @zentol .. this is great.. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] flink issue #1947: [FLINK-1502] [WIP] Basic Metric System

2016-07-15 Thread sumitchawla
Github user sumitchawla commented on the issue: https://github.com/apache/flink/pull/1947 @zentol .. by job writer i meant end user writing jobs using Flink API. As of now i can create custom accumulators using `getRuntimeContext().addAccumulator(ACCUMULATOR_NAME,...` can i do

[GitHub] flink issue #1947: [FLINK-1502] [WIP] Basic Metric System

2016-07-14 Thread sumitchawla
Github user sumitchawla commented on the issue: https://github.com/apache/flink/pull/1947 hi @zentol .. thanks for the information. This is great and i could see the metrics in JMX. I have one more question on interoperability of Accumulators and Metrics. As per my understanding

[GitHub] flink pull request #2242: ExceptionHandler keep count of exceptions

2016-07-13 Thread sumitchawla
GitHub user sumitchawla opened a pull request: https://github.com/apache/flink/pull/2242 ExceptionHandler keep count of exceptions This is just a bug identified while going through exception handler. There is no JIRA ticket for this. You can merge this pull request into a Git

[GitHub] flink issue #1947: [FLINK-1502] [WIP] Basic Metric System

2016-07-11 Thread sumitchawla
Github user sumitchawla commented on the issue: https://github.com/apache/flink/pull/1947 @zentol is there any HTTP interface to these metrics that can be used to query the metrics? Something similar to existing JobManager Accumulators urls? --- If your project is set up for it, you

[GitHub] flink issue #421: [FLINK-1501] Add metrics library for monitoring TaskManage...

2016-07-11 Thread sumitchawla
Github user sumitchawla commented on the issue: https://github.com/apache/flink/pull/421 @rmetzger how can i view these metrics? Do i need JMX to be enabled for viewing these metrics? As of now i see only a few numbers in metrics tab for TaskManager --- If your project is set up