Re: [External]Re: Exporter usage of Ignite 2.8.0

2021-02-04 Thread VincentCE
Thanks for providing the config! I copied/pasted it into my example-default.xml. Afterwards I started a server node using ./ignite.sh ../examples/config/example-default.xml. I am using Ignite 2.8.1 btw. Unfortunately I am still getting no result. The root cause must lie somewhere else.

Re: [External]Re: Exporter usage of Ignite 2.8.0

2021-02-04 Thread Stephen Darlington
I more-or-less just copy-and-pasted your example: https://github.com/GridGain-Demos/ignite-prometheus/blob/main/src/main/resources/ignite-prometheus.xml Regards, Stephen > On 4 Feb 2021, at 15:41, VincentCE wrote: > > Hi Stephen, > > I am glad to here that the configuration works for you!

Re: [External]Re: Exporter usage of Ignite 2.8.0

2021-02-04 Thread VincentCE
Hi Stephen, I am glad to here that the configuration works for you! Unfortunately I already tried different ports but this didn't solve my problem, also I am not running ignites REST server. Could you possibly share the ignite configuration which is working for you? Best, Vincent -- Sent

Re: [External]Re: Exporter usage of Ignite 2.8.0

2021-02-04 Thread Stephen Darlington
That’s a good trick! I couldn’t figure out the Spring magic required to call a static method, but that works for me. (I had written a small lifecycle bean, which also works, but this is better.) I would try to have your collector running on a port other than 8080. That’s a pretty common port

Re: [External]Re: Exporter usage of Ignite 2.8.0

2021-02-04 Thread VincentCE
Hi! We would like to use the prometheus/opencensus exporter for our server nodes which we start using an xml configuration. Facundo.maldonado mentioned before that this can be done wrapping the collector and http server in another bean. This is what I tried which is probably not exactly as

Re: [External]Re: Exporter usage of Ignite 2.8.0

2021-01-14 Thread Ilya Kasnacheev
Hello! This sounds like a correct approach. Regards, -- Ilya Kasnacheev чт, 14 янв. 2021 г. в 15:07, facundo.maldonado : > As far as I know it's not possible to call statically a non-factory > method, a > void method like PrometheusStatsCollector.createAndRegister(). > > I resolved that

Re: [External]Re: Exporter usage of Ignite 2.8.0

2021-01-14 Thread facundo.maldonado
As far as I know it's not possible to call statically a non-factory method, a void method like PrometheusStatsCollector.createAndRegister(). I resolved that creating another bean wrapping the collector and http server creation. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: [External]Re: Exporter usage of Ignite 2.8.0

2021-01-11 Thread Ilya Kasnacheev
Hello! It should be doable: just transfer these object instantiations and static method calls to Spring XML. Make sure that they happen in the correct order. I genuinely don't know if there's an easier way, I expect there's not. Regards, -- Ilya Kasnacheev ср, 6 янв. 2021 г. в 20:05,

Re: [External]Re: Exporter usage of Ignite 2.8.0

2021-01-06 Thread facundo.maldonado
Hi everyone, is there a way to set up this via XML configuration? -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: [External]Re: Exporter usage of Ignite 2.8.0

2020-03-26 Thread Nikolay Izhikov
gt; Thanks and Regards, > Kamlesh Joshi > > -Original Message- > From: akurbanov > Sent: 24 March 2020 19:28 > To: user@ignite.apache.org > Subject: [External]Re: Exporter usage of Ignite 2.8.0 > > The e-mail below is from an external source. Please do not open

RE: [External]Re: Exporter usage of Ignite 2.8.0

2020-03-25 Thread Kamlesh Joshi
/ will it be exposed on some default port (likewise ignite-rest)? How does exactly opencensus will affect the cluster? Thanks and Regards, Kamlesh Joshi -Original Message- From: akurbanov Sent: 24 March 2020 19:28 To: user@ignite.apache.org Subject: [External]Re: Exporter usage