Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
160 views

Spring integration + Micrometer: Context propagation is not working with DirectChannel

I'm trying to use the micrometer and instrumented the JPA repository and annotated it with @Observed. I can see the traces & metrics around that but a new trace is generated with every method call ...
Suyash Soni's user avatar
0 votes
0 answers
42 views

Influx micrometer config for spring kafka using xml in non spring boot app

I am using below spring integration kafka. I see lot of JMX metrics using jconsole for producer servers. kafka-template="kafkaTemplate" id="kafkaOutboundChannelAdapter" ...
Teja's user avatar
  • 81
0 votes
1 answer
485 views

Spring integration : trace propagation via micrometer on different channels?

I am facing problems with setting up the trace propagation correctly, if there is a QueueChannel with a poller in between :( Flow is initiated by HTTP call, that triggers MessagingGateway from spring ...
asceta's user avatar
  • 283
1 vote
2 answers
746 views

Tracing in Spring Integration (Spring boot 3.0.9)

I'm trying to use Spring integration: I receive a message via JMS and send it to Kafka: @Override protected IntegrationFlowDefinition<?> buildFlow() { return from(Jms....
Roman's user avatar
  • 127
0 votes
1 answer
772 views

spring integration metrics go missing on application restart

I use a spring boot application with IntegrationFlows, with micrometer for exposing metrics. When the flow starts I see a metric with name spring_integration_send_seconds_count denoting processed data,...
Yadhukrishna's user avatar
2 votes
2 answers
2k views

How do I get the number of messages in a Spring Integration queue with Micrometer?

Spring's Metrics and Management: MessageChannel Metric Features describes: If it is a QueueChannel, you also see statistics for the receive operation as well as the count of messages that are ...
Michel Jung's user avatar
  • 3,278