This is an automated email from the ASF dual-hosted git repository.

nfilotto pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 66cc9c3a Ref #264: Add a command name for EndpointStats
66cc9c3a is described below

commit 66cc9c3a2a9eaf50001dc955dc8b241868628a8a
Author: Nicolas Filotto <[email protected]>
AuthorDate: Wed May 15 12:46:32 2024 +0200

    Ref #264: Add a command name for EndpointStats
---
 shell/src/main/java/org/apache/camel/karaf/shell/EndpointStats.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/shell/src/main/java/org/apache/camel/karaf/shell/EndpointStats.java 
b/shell/src/main/java/org/apache/camel/karaf/shell/EndpointStats.java
index 50119642..9720569a 100644
--- a/shell/src/main/java/org/apache/camel/karaf/shell/EndpointStats.java
+++ b/shell/src/main/java/org/apache/camel/karaf/shell/EndpointStats.java
@@ -27,7 +27,7 @@ import org.apache.karaf.shell.support.table.ShellTable;
 
 import java.net.URLDecoder;
 
-@Command(scope = "camel", name = "")
+@Command(scope = "camel", name = "endpoint-stats", description = "List the 
statistics of the Camel endpoints")
 @Service
 public class EndpointStats extends CamelCommandSupport implements Action {
 

Reply via email to