register metrics reporter on application level

2017-03-17 Thread Mingmin Xu
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

2017-03-17 Thread Chesnay Schepler

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




Re: register metrics reporter on application level

2017-03-17 Thread Mingmin Xu
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 
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

2017-03-17 Thread Chesnay Schepler

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 > 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