apupier commented on code in PR #8879:
URL: https://github.com/apache/camel-quarkus/pull/8879#discussion_r3596018809
##########
catalog/pom.xml:
##########
@@ -2840,6 +2840,19 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel.quarkus</groupId>
+ <artifactId>camel-quarkus-micrometer-observability</artifactId>
Review Comment:
If I read correctly, there are:
* `Micrometer Observability` provided by `camel-observation` [maven
module](https://github.com/apache/camel/blob/camel-4.18.x/components/camel-observation/pom.xml)
with doc page
https://camel.apache.org/components/4.18.x/others/observation.html
* `Micrometer Observability 2` provided by `camel-micrometer-observability`
[maven
module](https://github.com/apache/camel/tree/camel-4.18.x/components/camel-micrometer-observability)
with doc page
https://camel.apache.org/components/4.18.x/others/micrometer-observability.html
So I guess we should use `camel-quarkus-micrometer-observability` as the
name of the artifact id but maybe mention the number 2 in the doc page
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]