You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/10/09 12:56:30 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on issue #1894: AdviceWithRouteBuilder replaceFromWith and microprofile-metrics conflict

jamesnetherton commented on issue #1894:
URL: https://github.com/apache/camel-quarkus/issues/1894#issuecomment-706164571


   It's probably a bug in the camel-microprofile-metrics component. Looks like `adviceWith` or `replaceFrom` results in an attempt to register a metric that already exists.
   
   You could try disabling the route metrics by adding the following to `application.properties`:
   ```
   quarkus.camel.metrics.enable-route-policy=false
   ```


----------------------------------------------------------------
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.

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