Skip to content

Commit e0081b6

Browse files
committed
rfc(feature): Aligning the Span Schema with OpenTelemetry
1 parent 8480da3 commit e0081b6

2 files changed

Lines changed: 36 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ This repository contains RFCs and DACIs. Lost?
4545
- [0081-sourcemap-debugid](text/0081-sourcemap-debugid.md): Reliable JavaScript/SourceMap processing via `DebugId`
4646
- [0084-move-docs-to-sentry-repository](text/0084-move-docs-to-sentry-repository.md): Move onboarding docs from sentry-docs over to sentry repository
4747
- [0086-sentry-bundler-plugins-api](text/0086-sentry-bundler-plugins-api.md): Sentry Bundler Plugins API
48+
- [0089-aligning-the-span-schema-with-open-telemetry](text/0089-aligning-the-span-schema-with-open-telemetry.md): Aligning the Span Schema with OpenTelemetry
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
- Start Date: 2023-05-10
2+
- RFC Type: feature
3+
- RFC PR: https://github.com/getsentry/rfcs/pull/89
4+
- RFC Status: draft
5+
6+
# Summary
7+
8+
One paragraph explanation of the feature or document purpose.
9+
10+
# Motivation
11+
12+
Why are we doing this? What use cases does it support? What is the expected outcome?
13+
14+
# Background
15+
16+
The reason this decision or document is required. This section might not always exist.
17+
18+
# Supporting Data
19+
20+
[Metrics to help support your decision (if applicable).]
21+
22+
# Options Considered
23+
24+
If an RFC does not know yet what the options are, it can propose multiple options. The
25+
preferred model is to propose one option and to provide alternatives.
26+
27+
# Drawbacks
28+
29+
Why should we not do this? What are the drawbacks of this RFC or a particular option if
30+
multiple options are presented.
31+
32+
# Unresolved questions
33+
34+
- What parts of the design do you expect to resolve through this RFC?
35+
- What issues are out of scope for this RFC but are known?

0 commit comments

Comments
 (0)