Registering custom metrics on the JobManager

2021-07-15 Thread Jeff Charles
Hi,

I would like to register a custom metric on the JobManager as opposed to a
TaskManager. I cannot seem to locate any documentation that indicates how
to do this or even if it's currently possible or not.

Does anyone have any guidance on how to register a custom metric on the
JobManager?

Jeff Charles


Re: Registering custom metrics on the JobManager

2021-07-15 Thread Chesnay Schepler

This is currently not possible. What metric are you interested in?

On 15/07/2021 21:16, Jeff Charles wrote:

Hi,

I would like to register a custom metric on the JobManager as opposed 
to a TaskManager. I cannot seem to locate any documentation that 
indicates how to do this or even if it's currently possible or not.


Does anyone have any guidance on how to register a custom metric on 
the JobManager?


Jeff Charles





Re: Registering custom metrics on the JobManager

2021-07-15 Thread Jeff Charles
We would like a counter of exceptions so we can alert if there's an
anomalous increase in them. I realize a counter in the JobManager would not
capture anywhere close to all exceptions but even capturing a count of a
subset that we're able to track would be helpful.

On Thu, Jul 15, 2021 at 3:47 PM Chesnay Schepler  wrote:

> This is currently not possible. What metric are you interested in?
>
> On 15/07/2021 21:16, Jeff Charles wrote:
> > Hi,
> >
> > I would like to register a custom metric on the JobManager as opposed
> > to a TaskManager. I cannot seem to locate any documentation that
> > indicates how to do this or even if it's currently possible or not.
> >
> > Does anyone have any guidance on how to register a custom metric on
> > the JobManager?
> >
> > Jeff Charles
>
>
>