You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2023/06/28 13:41:37 UTC

[GitHub] [camel-quarkus] jamesnetherton commented on pull request #5024: Micrometer: SimpleMeterRegistry is not created if no other registry is defined #5023

jamesnetherton commented on PR #5024:
URL: https://github.com/apache/camel-quarkus/pull/5024#issuecomment-1611437270

   I wonder if we should avoid extending the component? 
   
   And instead consume `List<MicrometerRegistryProviderBuildItem>`. And if it's empty, then we can just register `SimpleMeterRegistry` with the existing Quarkus composite registry (which has its own `BuildItem` where the value can be passed to a recorder).
   
   I'm just thinking out loud, not sure if that would work or not.
   


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