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

2023-06-29 Thread via GitHub
jamesnetherton commented on PR #5024: URL: https://github.com/apache/camel-quarkus/pull/5024#issuecomment-1612555899 I don't think we need to create `MicrometerRegistryProviderBuildItem`, we only need to consume them. So I was thinking something like: ```java @BuildStep v

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

2023-06-28 Thread via GitHub
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`. And if it's empty, then we can just register `SimpleMeterRegistry` with the existing