Packages

class AwsTraceContextInterceptor extends ExecutionInterceptor with NamedLogging with Spanning

Starts a new trace span before each request and end it when receiving the response

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AwsTraceContextInterceptor
  2. Spanning
  3. NamedLogging
  4. ExecutionInterceptor
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AwsTraceContextInterceptor(loggerFactory: NamedLoggerFactory, tracerProvider: TracerProvider)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def afterExecution(context: AfterExecution, executionAttributes: ExecutionAttributes): Unit
    Definition Classes
    AwsTraceContextInterceptor → ExecutionInterceptor
  5. def afterMarshalling(arg0: AfterMarshalling, arg1: ExecutionAttributes): Unit
    Definition Classes
    ExecutionInterceptor
  6. def afterTransmission(arg0: AfterTransmission, arg1: ExecutionAttributes): Unit
    Definition Classes
    ExecutionInterceptor
  7. def afterUnmarshalling(arg0: AfterUnmarshalling, arg1: ExecutionAttributes): Unit
    Definition Classes
    ExecutionInterceptor
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def beforeExecution(context: BeforeExecution, executionAttributes: ExecutionAttributes): Unit
    Definition Classes
    AwsTraceContextInterceptor → ExecutionInterceptor
  10. def beforeMarshalling(arg0: BeforeMarshalling, arg1: ExecutionAttributes): Unit
    Definition Classes
    ExecutionInterceptor
  11. def beforeTransmission(arg0: BeforeTransmission, arg1: ExecutionAttributes): Unit
    Definition Classes
    ExecutionInterceptor
  12. def beforeUnmarshalling(arg0: BeforeUnmarshalling, arg1: ExecutionAttributes): Unit
    Definition Classes
    ExecutionInterceptor
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. implicit def errorLoggingContext(implicit traceContext: TraceContext): ErrorLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def logger: TracedLogger
    Attributes
    protected
    Definition Classes
    NamedLogging
  21. val loggerFactory: NamedLoggerFactory
  22. def modifyAsyncHttpContent(arg0: ModifyHttpRequest, arg1: ExecutionAttributes): Optional[AsyncRequestBody]
    Definition Classes
    ExecutionInterceptor
  23. def modifyAsyncHttpResponseContent(arg0: ModifyHttpResponse, arg1: ExecutionAttributes): Optional[Publisher[ByteBuffer]]
    Definition Classes
    ExecutionInterceptor
  24. def modifyException(arg0: FailedExecution, arg1: ExecutionAttributes): Throwable
    Definition Classes
    ExecutionInterceptor
  25. def modifyHttpContent(arg0: ModifyHttpRequest, arg1: ExecutionAttributes): Optional[RequestBody]
    Definition Classes
    ExecutionInterceptor
  26. def modifyHttpRequest(arg0: ModifyHttpRequest, arg1: ExecutionAttributes): SdkHttpRequest
    Definition Classes
    ExecutionInterceptor
  27. def modifyHttpResponse(arg0: ModifyHttpResponse, arg1: ExecutionAttributes): SdkHttpResponse
    Definition Classes
    ExecutionInterceptor
  28. def modifyHttpResponseContent(arg0: ModifyHttpResponse, arg1: ExecutionAttributes): Optional[InputStream]
    Definition Classes
    ExecutionInterceptor
  29. def modifyRequest(arg0: ModifyRequest, arg1: ExecutionAttributes): SdkRequest
    Definition Classes
    ExecutionInterceptor
  30. def modifyResponse(arg0: ModifyResponse, arg1: ExecutionAttributes): SdkResponse
    Definition Classes
    ExecutionInterceptor
  31. implicit def namedLoggingContext(implicit traceContext: TraceContext): NamedLoggingContext
    Attributes
    protected
    Definition Classes
    NamedLogging
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def noTracingLogger: Logger
    Attributes
    protected
    Definition Classes
    NamedLogging
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. def onExecutionFailure(arg0: FailedExecution, arg1: ExecutionAttributes): Unit
    Definition Classes
    ExecutionInterceptor
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. def withNewTrace[A](description: String)(f: (TraceContext) => (SpanWrapper) => A)(implicit tracer: Tracer): A
    Attributes
    protected
    Definition Classes
    Spanning
  43. def withSpan[A](description: String)(f: (TraceContext) => (SpanWrapper) => A)(implicit traceContext: TraceContext, tracer: Tracer): A
    Attributes
    protected
    Definition Classes
    Spanning
  44. def withSpanFromGrpcContext[A](description: String)(f: (TraceContext) => (SpanWrapper) => A)(implicit tracer: Tracer): A
    Attributes
    protected
    Definition Classes
    Spanning

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from Spanning

Inherited from NamedLogging

Inherited from ExecutionInterceptor

Inherited from AnyRef

Inherited from Any

Ungrouped