getsentry / getsentry/sentry-python
sentry + airflow performance monitoring
- 主要语言
- Python
- 星标
- 2.2k
- 派生
- 669
- 平均合并
- 1 天 1 小时
- 30 天内合并 PR
- 213
描述
### Problem Statement
I configured TRACES_SAMPLE_RATE env var for airflow, and can see basic airflow performance data in sentry
However, I do not see performance data for my DAGs - their performance is much more important to me than core airflow's.
I would like to analyze performance of my DAGs and their Tasks in Sentry.
### Solution Brainstorm
Perhaps the solution building blocks are already there but the documentation is lacking? Maybe it's just a matter of extending the documentation for airflow integration on how to extend a DAG with sentry configuration? If so, then I would appreciate a code sample, maybe hello world extended with sentry code configured to generate traces for DAGs and their Tasks.
If not, maybe there needs to be an airflow plugin built to make it easy for DAG maintainers to plug-in observability.
贡献指南
评估
这个 Issue 还没有评估数据。