Interface ObservationCollector


public interface ObservationCollector
API to instrument operations in the AMQP client. The supported operations are publishing, asynchronous delivery, and synchronous delivery (basic.get).

Implementations can gather information and send it to tracing backends. This allows e.g. following the processing steps of a given message through different systems.

This is considered an SPI and is susceptible to change at any time.

Since:
5.19.0
See Also: