You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Enrico Olivelli <eo...@gmail.com> on 2018/10/02 08:57:08 UTC

Prometheus Metrics Provider

Hi,
I am going to work on Prometheus Metrics Provider, I see these ways:
1) add Prometheus metrics to current code base using ANT (add
depedencies and change build scripts....)
3) implement the provider using Maven in a metrics/prometheus folder,
assuming that one day we will have Maven and it will be a module of
the reactor

Thoughts ?
Enrico

Re: Prometheus Metrics Provider

Posted by Andor Molnar <an...@apache.org>.
Awesome news!

I recommend waiting for Norbert to finish migrating the server code, before implementing a new feature to avoid harmful conflicts. He’s just about to finish rebasing:

https://github.com/apache/zookeeper/pull/633 <https://github.com/apache/zookeeper/pull/633>

Regards,
Andor



> On 2018. Oct 2., at 10:57, Enrico Olivelli <eo...@gmail.com> wrote:
> 
> Hi,
> I am going to work on Prometheus Metrics Provider, I see these ways:
> 1) add Prometheus metrics to current code base using ANT (add
> depedencies and change build scripts....)
> 3) implement the provider using Maven in a metrics/prometheus folder,
> assuming that one day we will have Maven and it will be a module of
> the reactor
> 
> Thoughts ?
> Enrico