micrometer-metrics/micrometer

Configure a custom JmsProcessObservationConvention or JmsPublishObservationConvention

Aberta

#5.492 aberto em 27 de set. de 2024

 (8 comentários) (0 reação) (0 responsável)Java (1.135 forks)batch import
enhancementhelp wantedinstrumentationmodule: micrometer-jakarta9

Métricas do repositório

Stars
 (4.881 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador