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 摘要。