Re: [DISCUSS] Prometheus prototype

2019-04-24 Thread michael.andre.pearce
(GMT+05:30) To: dev@activemq.apache.org Subject: Re: [DISCUSS] Prometheus prototype Hi Clebert,Apologies for the belated reply,I used the prometheus jmx-exporter<https://github.com/prometheus/jmx_exporter> as kind of a hack to adapt apre-built binary to play better in k8s. I wouldn't

Re: [DISCUSS] Prometheus prototype

2019-04-23 Thread Victor
Hi Clebert, Apologies for the belated reply, I used the prometheus jmx-exporter as kind of a hack to adapt a pre-built binary to play better in k8s. I wouldn't leverage it for the upstream development. Personally (this is totally just-in-my-opinion la

[DISCUSS] Prometheus prototype

2019-03-18 Thread Clebert Suconic
I was doing some quick tinkering with what Victor Romero did on his docker image for artemis, and I tried to bring it into Artemis, I inteded to allow users to do with the create command: ./artemis create FOLDER --jmx-exporter and that would be enough to enable Prometheus JMX exporter. howev