You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@flink.apache.org by Mingmin Xu <mi...@gmail.com> on 2017/03/17 18:18:10 UTC

register metrics reporter on application level

Hello all,

I'm following
https://ci.apache.org/projects/flink/flink-docs-release-1.2/monitoring/metrics.html
to collect metrics. It seems the reporter is set on cluster level. Is there
an option to specify different reporter on application level?

Thanks!
----
Mingmin

Re: register metrics reporter on application level

Posted by Chesnay Schepler <ch...@apache.org>.
I'm not aware of any plans to implement this in the near future.

It is a cool feature but the implementation isn't trivial and would make
the metric system a lot more complex, specifically in regards to 
concurrency and
resource clean-up.

Regards,
Chesnay

On 17.03.2017 21:13, Mingmin Xu wrote:
> Thanks @Chesnay, do you know any plan to add it in future version?
>
> Mingmin
>
> On Fri, Mar 17, 2017 at 1:05 PM, Chesnay Schepler <chesnay@apache.org 
> <ma...@apache.org>> wrote:
>
>     Hello,
>
>     there is currently no way to specify a reporter for a specific job.
>
>     Regards,
>     Chesnay
>
>
>     On 17.03.2017 19:18, Mingmin Xu wrote:
>
>         Hello all,
>
>         I'm following
>         https://ci.apache.org/projects/flink/flink-docs-release-1.2/monitoring/metrics.html
>         <https://ci.apache.org/projects/flink/flink-docs-release-1.2/monitoring/metrics.html>
>         to collect metrics. It seems the reporter is set on cluster
>         level. Is there an option to specify different reporter on
>         application level?
>
>         Thanks!
>         ----
>         Mingmin
>
>
>
>
>
> -- 
> ----
> Mingmin


Re: register metrics reporter on application level

Posted by Mingmin Xu <mi...@gmail.com>.
Thanks @Chesnay, do you know any plan to add it in future version?

Mingmin

On Fri, Mar 17, 2017 at 1:05 PM, Chesnay Schepler <ch...@apache.org>
wrote:

> Hello,
>
> there is currently no way to specify a reporter for a specific job.
>
> Regards,
> Chesnay
>
>
> On 17.03.2017 19:18, Mingmin Xu wrote:
>
>> Hello all,
>>
>> I'm following https://ci.apache.org/projects
>> /flink/flink-docs-release-1.2/monitoring/metrics.html to collect
>> metrics. It seems the reporter is set on cluster level. Is there an option
>> to specify different reporter on application level?
>>
>> Thanks!
>> ----
>> Mingmin
>>
>
>


-- 
----
Mingmin

Re: register metrics reporter on application level

Posted by Chesnay Schepler <ch...@apache.org>.
Hello,

there is currently no way to specify a reporter for a specific job.

Regards,
Chesnay

On 17.03.2017 19:18, Mingmin Xu wrote:
> Hello all,
>
> I'm following 
> https://ci.apache.org/projects/flink/flink-docs-release-1.2/monitoring/metrics.html 
> to collect metrics. It seems the reporter is set on cluster level. Is 
> there an option to specify different reporter on application level?
>
> Thanks!
> ----
> Mingmin