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
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
-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.
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-
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.
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
-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.
/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.
()
.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