getsentry / getsentry/sentry-python

sqlalchemy integration does not track all databases

Cerrado
#6,573 6 comentarios 2 reacciones 1 asignado Reclamado por @ericapisani Ver en GitHub
Bug Python Spans Waiting for: Product Owner
Lenguaje dominante
Python
Estrellas
2.2k
Forks
669
Merge medio
1 d 40 min
PR fusionados (30 d)
212

Descripción

### 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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.