Re: Custom Gauge Metric is not getting updated on Job Dashboard

2017-06-21 Thread sohimankotia
Cool. Thanks Closing thread . -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Custom-Gauge-Metric-is-not-getting-updated-on-Job-Dashboard-tp13842p13895.html Sent from the Apache Flink User Mailing List archive. mailing list archive at

Re: Custom Gauge Metric is not getting updated on Job Dashboard

2017-06-21 Thread Chesnay Schepler
flatmap update the value of gauge . Right ? -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Custom-Gauge-Metric-is-not-getting-updated-on-Job-Dashboard-tp13842p13891.html Sent from the Apache Flink User Mailing List archive. mailing list

Re: Custom Gauge Metric is not getting updated on Job Dashboard

2017-06-21 Thread sohimankotia
-Gauge-Metric-is-not-getting-updated-on-Job-Dashboard-tp13842p13891.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Custom Gauge Metric is not getting updated on Job Dashboard

2017-06-21 Thread Chesnay Schepler
getRuntimeContext().getMetricGroup() .gauge("DbOpGauge", (Gauge) () -> String.valueOf(opTimeInSec)); } } -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Custom-Gauge-Metric-is-not-getting-

Re: Custom Gauge Metric is not getting updated on Job Dashboard

2017-06-21 Thread sohimankotia
Gauge) () -> String.valueOf(opTimeInSec)); } } -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Custom-Gauge-Metric-is-not-getting-updated-on-Job-Dashboard-tp13842p13888.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Custom Gauge Metric is not getting updated on Job Dashboard

2017-06-21 Thread Chesnay Schepler
those only meter and accumulators were updating values, other were only only showing constant value all the time . -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Custom-Gauge-Metric-is-not-getting-updated-on-Job-Dashboard-tp13842p13886

Re: Custom Gauge Metric is not getting updated on Job Dashboard

2017-06-21 Thread sohimankotia
-archive.2336050.n4.nabble.com/Custom-Gauge-Metric-is-not-getting-updated-on-Job-Dashboard-tp13842p13886.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Re: Custom Gauge Metric is not getting updated on Job Dashboard

2017-06-20 Thread Chesnay Schepler
/apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Custom-Gauge-Metric-is-not-getting-updated-on-Job-Dashboard-tp13842.html Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.

Custom Gauge Metric is not getting updated on Job Dashboard

2017-06-20 Thread sohimankotia
() .gauge("DBOpInSec", (Gauge) () -> String.valueOf( (endTime-startTime)/1000 )); -- View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/Custom-Gauge-Metric-is-not-getting-updated-on-Job-Dashboard-tp13842.html Sent from the Apache Flink