mirror of https://github.com/dapr/docs.git
Point to the nested tracing doc (#2233)
Just a minor help for readers... take them directly to the doc in question rather than to the TOC, from which they then need to cick to get to where they want to be. Signed-off-by: Doug Davis <dug@microsoft.com> Co-authored-by: Mark Fussell <markfussell@gmail.com>
This commit is contained in:
parent
97652d712e
commit
3d926d4c38
|
|
@ -69,7 +69,7 @@ In these scenarios Dapr does some of the work for you and you need to either cre
|
||||||
|
|
||||||
In this case, when service A first calls service B, Dapr generates the trace headers in service A, and these trace headers are then propagated to service B. These trace headers are returned in the response from service B as part of response headers. However you need to propagate the returned trace context to the next services, service C and Service D, as Dapr does not know you want to reuse the same header.
|
In this case, when service A first calls service B, Dapr generates the trace headers in service A, and these trace headers are then propagated to service B. These trace headers are returned in the response from service B as part of response headers. However you need to propagate the returned trace context to the next services, service C and Service D, as Dapr does not know you want to reuse the same header.
|
||||||
|
|
||||||
To understand how to extract the trace headers from a response and add the trace headers into a request, see the [how to use trace context]({{< ref w3c-tracing >}}) article.
|
To understand how to extract the trace headers from a response and add the trace headers into a request, see the [how to use trace context]({{< ref w3c-tracing-howto >}}) article.
|
||||||
|
|
||||||
2. You have chosen to generate your own trace context headers.
|
2. You have chosen to generate your own trace context headers.
|
||||||
This is much more unusual. There may be occasions where you specifically chose to add W3C trace headers into a service call, for example if you have an existing application that does not currently use Dapr. In this case Dapr still propagates the trace context headers for you. If you decide to generate trace headers yourself, there are three ways this can be done :
|
This is much more unusual. There may be occasions where you specifically chose to add W3C trace headers into a service call, for example if you have an existing application that does not currently use Dapr. In this case Dapr still propagates the trace context headers for you. If you decide to generate trace headers yourself, there are three ways this can be done :
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue