[
https://issues.apache.org/jira/browse/CAMEL-12459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16465476#comment-16465476
]
Ramu kakarla commented on CAMEL-12459:
---------------------------------------
Hello Dimi,
Please refer PR . New property Group needs to be added.
[xyz@xyz camel-example-spring-boot]$ curl -XGET -s
http://localhost:8080/actuator/camelroutes
[{"id":"hello","uptime":"13.248
seconds","uptimeMillis":13248,"status":"Started"}]
curl -XGET -s http://localhost:8080/actuator/camelroutes
[{"id":"hello","group":"hello-group","uptime":"11.633
seconds","uptimeMillis":11633,"status":"Started"}]
> camel-spring-boot - Add route group to route actuator
> -----------------------------------------------------
>
> Key: CAMEL-12459
> URL: https://issues.apache.org/jira/browse/CAMEL-12459
> Project: Camel
> Issue Type: Improvement
> Components: camel-spring-boot
> Reporter: Claus Ibsen
> Priority: Major
> Fix For: 2.22.0
>
>
> A route can have a group assigned, and if it has, then we should output the
> group in the routes actuator for the info and route details we have.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)