Hi Soumya, we are using a StatsD / Graphite setup to extract metrics from our running Flink applications. At least for alerting and monitoring based on time series it works perfectly well. Just take a look at https://github.com/tim-group/java-statsd-client which is widely deployed in our source code.
Best Christian Kreutzfeldt 2016-04-13 4:29 GMT+02:00 Soumya Simanta <soumya.sima...@gmail.com>: > We are about to deploy a Flink job on YARN in production. Given that it is > a long running process we want to have alerting and monitoring mechanisms > in place. > > Any existing solutions or suggestions to implement a new one would we > appreciated. > > Thanks! >