Uses of Enum
com.couchbase.client.core.cnc.tracing.TracingAttribute
Packages that use TracingAttribute
Package
Description
-
Uses of TracingAttribute in com.couchbase.client.core.cnc
Method parameters in com.couchbase.client.core.cnc with type arguments of type TracingAttributeModifier and TypeMethodDescriptionstatic voidCbTracing.setAttributes(TracingDecorator tip, RequestSpan span, Map<TracingAttribute, ?> attributes) -
Uses of TracingAttribute in com.couchbase.client.core.cnc.tracing
Methods in com.couchbase.client.core.cnc.tracing that return TracingAttributeModifier and TypeMethodDescriptionstatic TracingAttributeReturns the enum constant of this type with the specified name.static TracingAttribute[]TracingAttribute.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.core.cnc.tracing with parameters of type TracingAttributeModifier and TypeMethodDescription@Nullable StringTracingDecoratorImpl.attributeName(TracingAttribute attribute) TracingDecoratorImplV0.attributeName(TracingAttribute attribute) TracingDecoratorImplV1.attributeName(TracingAttribute attribute) voidTracingDecorator.provideAttr(TracingAttribute attribute, RequestSpan span, boolean value) voidTracingDecorator.provideAttr(TracingAttribute attribute, RequestSpan span, long value) voidTracingDecorator.provideAttr(TracingAttribute attribute, RequestSpan span, String value) default voidTracingDecoratorImpl.provideAttr(TracingAttribute attribute, RequestSpan span, boolean value) default voidTracingDecoratorImpl.provideAttr(TracingAttribute attribute, RequestSpan span, long value) default voidTracingDecoratorImpl.provideAttr(TracingAttribute attribute, RequestSpan span, String value) voidTracingDecorator.provideLowCardinalityAttr(TracingAttribute attribute, RequestSpan span, String value) default voidTracingDecoratorImpl.provideLowCardinalityAttr(TracingAttribute attribute, RequestSpan span, String value) voidTracingDecorator.provideQueryStatementIfSafe(TracingAttribute attribute, RequestSpan span, String value, boolean parametersUsed) default StringTracingDecoratorImpl.requireAttributeName(TracingAttribute attribute) -
Uses of TracingAttribute in com.couchbase.client.core.endpoint.http
Methods in com.couchbase.client.core.endpoint.http with parameters of type TracingAttributeModifier and TypeMethodDescriptionCoreHttpRequest.Builder.traceAttr(TracingAttribute attributeName, Object attributeValue)