Thanks Mark, Let me look into the springboot metrics. -Regards Srikant
On Tue, Mar 30, 2021 at 7:07 PM Mark Nuttall <mknutt...@gmail.com> wrote: > Also if you are using routes to call Kafka or external http or whatever > then you will have metrics for that provided by camel metrics > > On Mon, Mar 29, 2021, 6:05 PM SRIKANT MVS <srikant....@gmail.com> wrote: > > > Hi Team, > > I want to send metrics from my camel-springboot application to > > telegraf-plugins which would further be visible in the Grafana dashboard. > > This action should happen periodically. > > > > I have gone through the documentation and have enabled *camel-management* > > and *camel-metrics* dependency for sending jmx metrics. > > I can see the metrics in jconsole for verification purposes. > > > > But, I would like to understand how to send these metrics from a > > camel application. > > > > Is there a support in camel for this or should I use the spring-boot > > actuator. > > > > Additionally, I would also want to calculate the response time for > calling > > external systems like MQ, Kafka or any web server. > > > > Please share your thoughts on this. > > > > -Regards > > Srikant Mantha > > >