Skip to content

Commit

Permalink
Add missing link (open-telemetry#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisthat authored Apr 10, 2020
1 parent 0a61dc0 commit 097e91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/trace/semantic_conventions/faas.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The function responsibility is to provide an answer to an inbound HTTP request.

A function is set to be executed when messages are sent to a messaging system.
In this case, multiple messages could be batch and forwarded at once to the same function execution.
Therefore, a different root span of type `faas` MUST be created for each message processed by the function, following the Messaging system semantic conventions (TODO: ref them when done).
Therefore, a different root span of type `faas` MUST be created for each message processed by the function, following the [Messaging systems semantic conventions](messaging.md).
This way, it is possible to correlate each individual message with its execution sender.

### Timer
Expand Down

0 comments on commit 097e91d

Please sign in to comment.