Add W3C trace context support to Sentry

未关闭
#6,578 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
4/5
预计耗时
3-5 天
新手友好度
48/100
Issue 类型
功能
描述清晰度
基本清楚
活跃度
冷清
技术栈
python

调研方向

首先定位 Python SDK 中现有的 trace-header 实现,并将其行为与所引用的 sentry-dotnet pull request #4084 进行比较。由于 issue 中没有指定任何 Python 文件或测试,因此请先确定相关的 trace 传播入口点。完成的标准是 SDK 支持用于 Sentry 丰富数据的兼容 W3C Trace Context 的 headers。

由索引模型根据 Issue 内容生成。

描述

Feature Python Traces
Problem Statement

Sentry currently implements its own headers for traces, but the python implementation does not implement a set of W3c trace context compatible headers. This means that other systems receiving data enriched by Sentry have to figure out the trace parent by themselves instead of relying on standard implementations.

Solution Brainstorm

https://github.com/getsentry/sentry-dotnet/pull/4084 already implements this for the dotnet SDK if I understood correctly. It would be nice if the python SDK could also do this.

主要语言
Python
星标
2.2k
派生
672
平均合并
23 小时 14 分钟
30 天内合并 PR
218

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

getsentry/sentry-python 的其他 Issue

查看 getsentry/sentry-python 的全部 Issue

相似的 Issue

更多 Python Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。