You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/10/31 09:35:07 UTC

[camel] branch regen_bot updated (cd4821db313 -> 814c5c9e81f)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from cd4821db313 upgrade azurite to 3.20.1
     add 814c5c9e81f CAMEL-18651: camel-jbang - CLI command to get micrometer metrics

No new revisions were added by this update.

Summary of changes:
 .../camel/cli/connector/LocalCliConnector.java     |   7 +
 .../dsl/jbang/core/commands/CamelJBangMain.java    |   2 +
 .../core/commands/process/ListMicrometer.java      | 208 +++++++++++++++++++++
 3 files changed, 217 insertions(+)
 create mode 100644 dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/process/ListMicrometer.java