Re: metric does not display on web

2019-04-24 Thread Chesnay Schepler
"No metrics available" indicates that either a) metrics have not been queried yet or b) metrics can not be transferred from the TaskManagers to the JobManager. Regarding the first option, how long have you waited for metrics to show up? It may take a bit for metrics to be available (around 10 se

metric does not display on web

2019-04-18 Thread sora
Hi all, I am trying to monitor my flink application, so I add two metric in my application. But I can not see any information on the web. The metric tab says "No metrics available". Do I miss any config? My flink version: 1.7.2 My example code: def main(args: Array[String]) { val env = Stream