Skip to content

Commit 9c3086b

Browse files
authored
Merge pull request #4277 from evhen14/trace-info-propagation
Propagate trace inforation from incoming headers
2 parents ddcc50e + 02cc486 commit 9c3086b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

daprdocs/content/en/operations/observability/tracing/tracing-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You must propagate the headers from `service A` to `service B`. For example: `In
6363

6464
##### Pub/sub messages
6565

66-
Dapr generates the trace headers in the published message topic. These trace headers are propagated to any services listening on that topic.
66+
Dapr generates the trace headers in the published message topic. For `rawPayload` messages, it is possible to specify the `traceparent` header to propagate the tracing information. These trace headers are propagated to any services listening on that topic.
6767

6868
#### Propagating multiple different service calls
6969

0 commit comments

Comments
 (0)