You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "JiriOndrusek (via GitHub)" <gi...@apache.org> on 2023/04/17 09:18:56 UTC

[GitHub] [camel-quarkus-examples] JiriOndrusek commented on a diff in pull request #139: ObservabilityTest.metrics in examples fails #4773

JiriOndrusek commented on code in PR #139:
URL: https://github.com/apache/camel-quarkus-examples/pull/139#discussion_r1168411309


##########
observability/src/test/java/org/acme/observability/ObservabilityTest.java:
##########
@@ -52,7 +52,7 @@ public void metrics() {
         long camelMetricCount = path.getMap("$.")
                 .keySet()
                 .stream()
-                .filter(key -> key.toString().startsWith("Camel"))
+                .filter(key -> key.toString().startsWith("camel"))

Review Comment:
   makes sense, thanks for the tip (I thought that c-q-examples should be updated only with `camel-main` branch in mind, and will be merged to `main` with the new c-q....



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org