Discover Databases
A new Discover page for database observability, starting with Postgres. The Overview tab covers throughput, p95 latency, error rate, a Query Performance Index, and Top 10 breakdowns for slowest queries, most frequent, and services by load — with slow-query samples. A Connections tab adds active/max connections, database size, WAL age, and connection-pool charts. Data comes from OpenTelemetry client spans and the PostgreSQL exporter; drill from any query fingerprint into Traces.
Improvements
- AI Assistant
- MCP traces tool now supports chunking for large trace queries
- MCP logs tool now supports chunking for large log queries
get_alert_configaccepts filters (e.g. tags) so responses stay within the MCP token limit
- Control Plane
- Cold storage bucket validation now verifies the IAM role has at least a 4h session duration, preventing backup jobs from failing at runtime
Fixes
- AI Assistant
- Cursor's
cursor://redirect URI failed MCP auth validation get_exceptionsreturned 400 when passing the service parameter
- Cursor's