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 2022/10/26 09:23:22 UTC

[GitHub] [camel-k] dmarrazzo commented on issue #3775: KameletBinding in Error when prometheus trait is enabled

dmarrazzo commented on issue #3775:
URL: https://github.com/apache/camel-k/issues/3775#issuecomment-1291751776

   Hello, I've tested in `1.8.2` and I have the same behavior. 
   In that case if I remove the `trait` the build starts but it fails at runtime because the kamelet logic include that `jq` operand which is not supported in `1.8.2`.
   I also did a different test applying the trait on a different KameletBinding (a very simple one: timer-log). In that case, the image build (integration kit) works and the kamelet exposes the metric endpoint without issues.
   
   I suspect that this specific Kamelet fails because of the metric feature:
   
   ```yaml
     dependencies:
       - "camel:micrometer"
   ```
   
   
   CC @lburgazzoli 


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