Package org.apache.dubbo.tracing
Class DefaultDubboServerObservationConvention
java.lang.Object
org.apache.dubbo.tracing.DefaultDubboServerObservationConvention
- All Implemented Interfaces:
io.micrometer.observation.KeyValuesConvention,io.micrometer.observation.ObservationConvention<DubboServerContext>,DubboServerObservationConvention
public class DefaultDubboServerObservationConvention
extends Object
implements DubboServerObservationConvention
Default implementation of the
DubboServerObservationConvention.-
Field Summary
Fields inherited from interface io.micrometer.observation.ObservationConvention
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContextualName(DubboServerContext context) io.micrometer.common.KeyValuesgetName()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.dubbo.tracing.DubboServerObservationConvention
supportsContextMethods inherited from interface io.micrometer.observation.ObservationConvention
getHighCardinalityKeyValues
-
Constructor Details
-
DefaultDubboServerObservationConvention
public DefaultDubboServerObservationConvention()
-
-
Method Details
-
getInstance
-
getName
- Specified by:
getNamein interfaceio.micrometer.observation.ObservationConvention<DubboServerContext>
-
getLowCardinalityKeyValues
- Specified by:
getLowCardinalityKeyValuesin interfaceio.micrometer.observation.ObservationConvention<DubboServerContext>
-
getContextualName
- Specified by:
getContextualNamein interfaceio.micrometer.observation.ObservationConvention<DubboServerContext>
-