TraceScope
.HystrixCommand
that wraps command execution with Trace settingExecutorChannelInterceptor
implementation responsible for the Span
propagation from one message flow's thread to another through the
MessageChannel
s involved in the flow.Trace.SPAN_ID_NAME
and
Trace.TRACE_ID_NAME
header from either request or response and uses them to
create a new span.Scheduled
annotation.RestController
annotated classes with public Callable
methods
Controller
annotated classes with public Callable
methods
For controllers an around aspect is created that wraps the Callable.call()
method execution in TraceCallable
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.