Skip to content

Commit

Permalink
rfc(decision): Propagation Context Evolution
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed Feb 6, 2024
1 parent 9c3b925 commit 139f514
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,4 @@ This repository contains RFCs and DACIs. Lost?
- [0118-mobile-transactions-and-spans](text/0118-mobile-transactions-and-spans.md): Transactions and Spans for Mobile Platforms
- [0123-metrics-correlation](text/0123-metrics-correlation.md): This RFC addresses the high level metrics to span correlation system
- [0126-sdk-spans-aggregator](text/0126-sdk-spans-aggregator.md): SDK Span Buffer
- [0127-propagation-context-evolution](text/0127-propagation-context-evolution.md): Propagation Context Evolution
35 changes: 35 additions & 0 deletions text/0127-propagation-context-evolution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
- Start Date: 2024-02-06
- RFC Type: decision
- RFC PR: https://github.com/getsentry/rfcs/pull/127
- RFC Status: draft

# Summary

One paragraph explanation of the feature or document purpose.

# Motivation

Why are we doing this? What use cases does it support? What is the expected outcome?

# Background

The reason this decision or document is required. This section might not always exist.

# Supporting Data

[Metrics to help support your decision (if applicable).]

# Options Considered

If an RFC does not know yet what the options are, it can propose multiple options. The
preferred model is to propose one option and to provide alternatives.

# Drawbacks

Why should we not do this? What are the drawbacks of this RFC or a particular option if
multiple options are presented.

# Unresolved questions

- What parts of the design do you expect to resolve through this RFC?
- What issues are out of scope for this RFC but are known?

0 comments on commit 139f514

Please sign in to comment.