ComputerScienceHouse / ComputerScienceHouse/gallery
Track usage with Datadog RUM
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 22
- 派生
- 30
- 平均合并
- 2 小时 26 分钟
- 30 天内合并 PR
- 1
描述
Replace Google analytics with Datadog RUM
See https://www.datadoghq.com/rum/ for a description
Follow the setup guide: https://docs.datadoghq.com/real_user_monitoring/installation/?tab=us
Make sure to include information about logged in users, for example
datadogRum.addRumGlobalContext('usr', { // usr as defined in the datadog naming guide https://docs.datadoghq.com/logs/processing/attributes_naming_convention/#user-related-attributes
uid: username,
groups: groups // If available
});
Reach out to an RTP for client and application tokens
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先在 gallery 仓库中找到现有的 Google Analytics 集成,并查看 Flask 应用如何公开已登录用户的用户名和组。遵循 Datadog RUM 安装指南,与 RTP 协调获取客户端令牌和应用令牌,并在替换 Google Analytics 且包含所请求的已登录用户上下文后,视为工作完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, python
- 领域
- analytics, observability
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100