Thanks Biao for your response. We would like to fetch metrics at subtask level for each checkpoint. This information is not exposed via default metrics, but are available in rest end point!
Also, would like to persist the history of checkpoints. This information is lost whenever we restart the job (or job manager is lost). Cheers, Anis On Thu, Sep 19, 2019 at 5:02 AM Biao Liu <mmyy1...@gmail.com> wrote: > Hi Anis, > > Have you tried Flink metric reporter? It's a better way to handle metrics > than through rest api. > Flink supports reporting metrics to external system. You could find the > list of external systems supported here [1]. > > 1. > https://ci.apache.org/projects/flink/flink-docs-release-1.9/monitoring/metrics.html#reporter > > Thanks, > Biao /'bɪ.aʊ/ > > > > On Wed, 18 Sep 2019 at 19:36, Anis Nasir <aadi.a...@gmail.com> wrote: > >> Hey all, >> >> Is there any client library that we can use to fetch/store the metrics >> expose through flink monitoring rest api ? >> >> >> Regards, >> Anis >> >