220.4. Spring Boot Auto-Configuration
组件支持 3 个选项,如下所列。
| Name | 描述 | 默认值 | 类型 |
|---|---|---|---|
| camel.component.metrics.enabled | 启用指标组件 | true | 布尔值 |
| camel.component.metrics.metric-registry | 使用自定义配置的 MetricRegistry。选项是一个 com.codahale.metrics.MetricRegistry 类型。 | 字符串 | |
| camel.component.metrics.resolve-property-placeholders | 启动时组件是否应解析自身上的属性占位符。只有属于 String 类型的属性才能使用属性占位符。 | true | 布尔值 |