Thanks Feng, it worked.
On Wed, Sep 6, 2023 at 8:09 AM Feng Jin wrote:
> Hi Nihar,
> Have you tried using the following configuration:
>
> metrics.reporter.my_reporter.filter.includes:
> jobmanager:*:*;taskmanager:*:*
>
> Please note that the default delimiter for the List parameter in Flink is
Hi Nihar,
Have you tried using the following configuration:
metrics.reporter.my_reporter.filter.includes: jobmanager:*:*;taskmanager:*:*
Please note that the default delimiter for the List parameter in Flink is
";".
Best regards,
Feng
On Thu, Aug 24, 2023 at 11:36 PM Nihar Rao wrote:
> Hello,