Re: Unable to get Micrometer counter in Camel 3.2.0

2020-04-08 Thread Mikael Andersson Wigander
Done. tried to explain afaik Thx for the reminder M > On 8 Apr 2020, at 17:57, Andrea Cosentino wrote: > > Open an issue please. Reporting this stuff on the mailing list will be lost. > > Il mer 8 apr 2020, 17:49 Mikael Andersson Wigander < > mikael.grevs...@gmail.com> ha scritto: > >> Temp

Re: Unable to get Micrometer counter in Camel 3.2.0

2020-04-08 Thread Andrea Cosentino
Open an issue please. Reporting this stuff on the mailing list will be lost. Il mer 8 apr 2020, 17:49 Mikael Andersson Wigander < mikael.grevs...@gmail.com> ha scritto: > Temporarily solved by not using Camel implementation and instead use > micrometer.io , declare the bean

Re: Unable to get Micrometer counter in Camel 3.2.0

2020-04-08 Thread Mikael Andersson Wigander
Temporarily solved by not using Camel implementation and instead use micrometer.io , declare the bean, autowire in the route and use a process to count. I have tried to debug and see where it breaks but failed. Haven’t the deepest knowledge on the different registries tha

Re: Unable to get Micrometer counter in Camel 3.2.0

2020-04-08 Thread Mikael Andersson Wigander
Thanks, I did and I can’t see anything new or significant Tried Timers but they doesn’t work either M > On 8 Apr 2020, at 09:17, Claus Ibsen wrote: > > Hi > > Its a big upgrade, also micrometer is upgraded. So it may have changed > what information it exports to JMX. > Check on their project.

Re: Unable to get Micrometer counter in Camel 3.2.0

2020-04-08 Thread Mikael Andersson Wigander
I can see in debug output it is registered 2020-04-08 09:11:57.086 DEBUG 68795 --- [ restartedMain] o.a.c.impl.engine.AbstractCamelContext : Using ComponentResolver: org.apache.camel.impl.engine.DefaultComponentResolver@2c311daa to resolve component with name: micrometer 2020-04-08 09:11:57.

Re: Unable to get Micrometer counter in Camel 3.2.0

2020-04-08 Thread Claus Ibsen
Hi Its a big upgrade, also micrometer is upgraded. So it may have changed what information it exports to JMX. Check on their project. On Wed, Apr 8, 2020 at 8:46 AM Mikael Andersson Wigander wrote: > > Yes, it is added > > M > > > On 8 Apr 2020, at 08:45, Andrea Cosentino wrote: > > > > Did y

Re: Unable to get Micrometer counter in Camel 3.2.0

2020-04-07 Thread Mikael Andersson Wigander
Yes, it is added M > On 8 Apr 2020, at 08:45, Andrea Cosentino wrote: > > Did you add the camel-management dependency? Otherwise Jmx won't be enabled > > Il giorno mer 8 apr 2020 alle ore 08:43 Mikael Andersson Wigander > mailto:mikael.grevs...@gmail.com>> ha scritto: > Hi > > Previously I u

Re: Unable to get Micrometer counter in Camel 3.2.0

2020-04-07 Thread Andrea Cosentino
Did you add the camel-management dependency? Otherwise Jmx won't be enabled Il giorno mer 8 apr 2020 alle ore 08:43 Mikael Andersson Wigander < mikael.grevs...@gmail.com> ha scritto: > Hi > > Previously I used to run my Camel routes under 2.25.0 and with Micrometer > component for JMX in Spring B

Unable to get Micrometer counter in Camel 3.2.0

2020-04-07 Thread Mikael Andersson Wigander
Hi Previously I used to run my Camel routes under 2.25.0 and with Micrometer component for JMX in Spring Boot 2.1.9. This route gives me a “messasges” counter in JMX to study: .to("micrometer:counter:messages") But now that I upgraded to Camel 3.2.0 and Spring 2.2.6 it is not available in