Java, Spring Boot 3.1.1 - The attached APM agent doesn't separate KafkaListeners and Scheduled tasks to separate transactions

I would suggest you to investigate why your upstream service never samples the traces.

Alternatively, you can disable the default Kafka instrumentation via disable_instrumentations=kafka and manually create transactions via @CaptureTransaction or trace_methods instead.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.