Skip to content

Commit

Permalink
add note on sampling
Browse files Browse the repository at this point in the history
  • Loading branch information
avedmala authored Jan 3, 2025
1 parent 29b582f commit e33ed45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/en/serverless/step_functions/redrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ For instructions on how to merge redriven Step Functions and Lambda traces, see
### Troubleshooting missing redrive traces
If a redrive is triggered within one minute of the original execution's failure, its corresponding trace may not appear.

Also, a redrive may not always share the same sampling decision as the original execution. To ensure that the redriven execution is also sampled, you can reference the `@redrive:true` span tag in a retention query.

## Further Reading

{{< partial name="whats-next/whats-next.html" >}}
Expand Down

0 comments on commit e33ed45

Please sign in to comment.