Category: Postgres Problems
Problems related to Postgres
ID | Title | Description | Category | Technology | Tags |
---|---|---|---|---|---|
prequel-2025-0028 Low Impact: 2/10 Mitigation: 2/10 | Datadog Postgres Check Exception | The Datadog Agent’s *Postgres* integration throws an uncaught Python traceback while trying to run an `EXPLAIN (FORMAT JSON)` against a sampled query. After the first failure the underlying **psycopg2** cursor is closed, and every subsequent collection cycle logs ``` Traceback … File \".../datadog_checks/postgres/explain_parameterized_queries.py\", … psycopg2.InterfaceError: cursor already closed ``` The check status flips to **ERROR**, and query metrics / samples stop flowing. | Postgres Problems | datadog | PostgreSQLDatadog |