[ 
https://issues.apache.org/jira/browse/CAMEL-11335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16025933#comment-16025933
 ] 

Gregor Zurowski commented on CAMEL-11335:
-----------------------------------------

The output of the Actuator looks as follows (queried 
http://localhost:8080/camelroutes on the spring-boot-rest-swagger example):

{code:title=Camel Routes Actuator}
[
        {
                id: "get-all-users",
                uptime: "0.642 seconds",
                uptimeMillis: 642
        },
        {
                id: "route1",
                uptime: "0.642 seconds",
                uptimeMillis: 642
        },
        {
                id: "route2",
                uptime: "0.642 seconds",
                uptimeMillis: 642
        },
        {
                id: "route3",
                uptime: "0.642 seconds",
                uptimeMillis: 642
        }
]
{code}

> Create Actuator endpoint to expose route information
> ----------------------------------------------------
>
>                 Key: CAMEL-11335
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11335
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-spring-boot
>    Affects Versions: 2.20.0
>            Reporter: Gregor Zurowski
>            Assignee: Gregor Zurowski
>            Priority: Minor
>
> Create an Actuator endpoint that exposes some high-level route information of 
> the configured context. This will make it easy to quickly get an overview of 
> running routes via the Spring Boot Actuator mechanism.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to