micrometer-metrics/micrometer
View on GitHubConfigure a custom JmsProcessObservationConvention or JmsPublishObservationConvention
Open
#5,492 opened on Sep 27, 2024
enhancementhelp wantedinstrumentationmodule: micrometer-jakarta9
Repository metrics
- Stars
- (4,220 stars)
- PR merge metrics
- (Avg merge 1d 21h) (100 merged PRs in 30d)
Description
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.