jamesnetherton commented on code in PR #139: URL: https://github.com/apache/camel-quarkus-examples/pull/139#discussion_r1168570411
########## 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: `camel-quarkus-main` should be enough because both the CQ `main` & `camel-main` branch CI builds will check it out. https://github.com/apache/camel-quarkus/blob/main/.github/workflows/ci-build.yaml#L466 -- 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-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org