micrometer-metrics/micrometer
Configure a custom JmsProcessObservationConvention or JmsPublishObservationConvention
开放
#5,492 创建于 2024年9月27日
enhancementhelp wantedinstrumentationmodule: micrometer-jakarta9
仓库指标
- 星标
- (4,882 个星标)
- PR 合并指标
- (平均合并 1天 21小时) (30 天内合并 100 个 PR)
描述
Please describe the feature request. It should be possible to configure a custom JmsProcessObservationConvention. Currently a DefaultJmsProcessObservationConvention ist hardcoded in the MessageConsumerInvocationHandler.
Rationale I want to write custom information from the JMS header to the observation (trace info).
Additional context Its possible to define your own JmsProcessObservationConvention, but I found no possibilty to activate/configure it instead of the DefaultJmsProcessObservationConvention.