This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 9bd934d camel-jbang - Rename get micrometer to get metric
9bd934d is described below
commit 9bd934d01e2d41f082444c7d28882c7ac0d2f7dd
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Nov 24 11:37:50 2022 +0100
camel-jbang - Rename get micrometer to get metric
---
jbang/chaos-monkey/README.adoc | 4 ++--
jbang/metrics/README.adoc | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/jbang/chaos-monkey/README.adoc b/jbang/chaos-monkey/README.adoc
index 9b56424..4740915 100644
--- a/jbang/chaos-monkey/README.adoc
+++ b/jbang/chaos-monkey/README.adoc
@@ -72,11 +72,11 @@ You can also inspect the health-check from CLI via:
$ camel get health
----
-And see metrics captured by micrometer:
+The metrics can also be displayed from the shell via:
[source,sh]
----
-$ camel get micrometer
+$ camel get metric
----
diff --git a/jbang/metrics/README.adoc b/jbang/metrics/README.adoc
index 9f6eeed..5573b33 100644
--- a/jbang/metrics/README.adoc
+++ b/jbang/metrics/README.adoc
@@ -80,7 +80,7 @@ The metrics can also be displayed from the shell via:
[source,sh]
----
-$ camel get micrometer
+$ camel get metric
----