You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current observability integration is implemented against Micrometer's tracing APIs. We should rather move to the Observations API so that we can produce improved observations including metrics about module invocations, published and received events etc.
Reworked observability integration to create Observations rather than traces directly. Additional metrics and counters and an Observation.Context to potentially customize the metrics exposed.
Our current observability integration is implemented against Micrometer's tracing APIs. We should rather move to the
Observations
API so that we can produce improved observations including metrics about module invocations, published and received events etc.Related issues
ObservedModule
should be able to detect whether aMethodInvocation
is an event listener invocation #927The text was updated successfully, but these errors were encountered: