I would recommend looking at one of the existing reporter modules, like
flink-metrics-slf4j.
The important bit plugin-wise is to have a factory class and the
META-INF/services entry.
On 10/6/2020 5:23 AM, Kien Truong wrote:
Hi all,
We want to write a Flink plugins to integrate Flink jobs wi
Hi all,
We want to write a Flink plugins to integrate Flink jobs with our in-house
monitoring system. Are there any guide or tutorial that we can follow to
write a Flink plugins ?
The official documents are a bit bare bone.
Regards,
Kien