Hi Team, I would like to know the possibilities of configuring the new relic alerts for a Flink job whenever the job is submitted, gets failed and recovers from the failure. In our case, we have configured the Flink environment as a Kubernetes pod running on an EKS cluster and the application code is created as a jar and submitted as a job either from the UI or using the CLI commands.
We have added the following metrics configuration in the flink-conf.yaml , we are unsure about the next steps, any help is appreciated. Thanks in Advance metrics.reporters: prom metrics.reporter.prom.class: org.apache.flink.metrics.prometheus.PrometheusReporter metrics.reporter.prom.factory.class: org.apache.flink.metrics.prometheus.PrometheusReporterFactory metrics.reporter.prom.host: localhost metrics.reporter.prom.port: 9250-9260 Thanks, Elakiya