Skip to content

Commit

Permalink
minimap
Browse files Browse the repository at this point in the history
  • Loading branch information
nadav3396 committed Jun 9, 2024
1 parent a38ddd6 commit a212037
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions instrumentation/storm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ for this instrumentation we used the following attributes:
Transactions are built using storm `message.id` added to the `spout` / `bolt` span attributes (based on Opentelemetry semantic convensions).
This message id is created by the `ExecutorTransfer` when it sends the tuple to the next component, and we add it to the `ExecutorTransfer` span too.
In addition, the `ExecutorTransfer` span has a parent span of the spout / bolt that emitted the tuple.
looks like this:
```
spout span
|-> executor span (with message.id)
bolt span (with message.id)
```

## Possible improvements:

Expand Down

0 comments on commit a212037

Please sign in to comment.