getsentry / getsentry/sentry-python

sqlalchemy integration does not track all databases

已关闭
#6,573 6 条评论 2 个 reaction 已指派 1 人 已被 @ericapisani 认领 在 GitHub 查看
Bug Python Spans Waiting for: Product Owner
主要语言
Python
星标
2.2k
派生
669
平均合并
1 天 40 分钟
30 天内合并 PR
212

描述

### How do you use Sentry?

Sentry Saas (sentry.io)

### Version

2.61.1

### Steps to Reproduce

When using `snowflake-sqlalchemy` or `clickhouse-sqlalchemy` the recorded spans do not include the attribute `span.system`, which make it difficult to filter the queries.

The only span.system we get is `postgresql`, which in our case is also used through sqlalchemey (+asyncpg).

Is this a problem on the Sentry side, or is this something that should be fixed by the sqlalchemy extensions (snowflake and clickhouse)?

### Expected Result

No span.system is recorded for snowflake or clickhouse.

### Actual Result

All queries should include the right system.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

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