Interface TracingDecoratorImpl
- All Known Implementing Classes:
TracingDecoratorImplV0,TracingDecoratorImplV1
-
Method Summary
Modifier and TypeMethodDescription@Nullable StringattributeName(TracingAttribute attribute) managerOrActualService(String actualService) default voidprovideAttr(TracingAttribute attribute, RequestSpan span, boolean value) default voidprovideAttr(TracingAttribute attribute, RequestSpan span, long value) default voidprovideAttr(TracingAttribute attribute, RequestSpan span, String value) voidprovideCommonDispatchSpanAttributes(RequestSpan span, @Nullable String localId, @Nullable String localHost, int localPort, @Nullable String remoteCanonicalHost, int remoteCanonicalPort, @Nullable String remoteActualHost, int remoteActualPort, @Nullable String operationId) default voidprovideLowCardinalityAttr(TracingAttribute attribute, RequestSpan span, String value) default StringrequireAttributeName(TracingAttribute attribute)
-
Method Details
-
provideAttr
-
provideAttr
-
provideAttr
-
provideLowCardinalityAttr
-
managerOrActualService
-
meterOperations
String meterOperations() -
attributeName
-
requireAttributeName
-
provideCommonDispatchSpanAttributes
-