public class DefaultRSocketResponderObservationConvention extends Object implements RSocketResponderObservationConvention
RSocketRequesterObservationConvention implementation.| Constructor and Description |
|---|
DefaultRSocketResponderObservationConvention(RSocketContext rSocketContext) |
| Modifier and Type | Method and Description |
|---|---|
io.micrometer.common.KeyValues |
getLowCardinalityKeyValues(RSocketContext context) |
String |
getName() |
protected RSocketContext |
getRSocketContext() |
boolean |
supportsContext(io.micrometer.observation.Observation.Context context) |
public DefaultRSocketResponderObservationConvention(RSocketContext rSocketContext)
public io.micrometer.common.KeyValues getLowCardinalityKeyValues(RSocketContext context)
getLowCardinalityKeyValues in interface io.micrometer.observation.ObservationConvention<RSocketContext>public boolean supportsContext(io.micrometer.observation.Observation.Context context)
supportsContext in interface io.micrometer.observation.ObservationConvention<RSocketContext>supportsContext in interface RSocketResponderObservationConventionpublic String getName()
getName in interface io.micrometer.observation.ObservationConvention<RSocketContext>protected RSocketContext getRSocketContext()