Obsfly

Feature · /deadlock-detection

デッドロック検出

Postgresがハングしたら、10秒で原因がわかる。

In one line

すべてのデッドロックを完全なロックチェーン・スタック・修復策とともにキャプチャ。

What you get

  • Postgres: pg_locks + pg_stat_activity sampled at 1 Hz, deadlock_timeout messages parsed from logs
  • MySQL: SHOW ENGINE INNODB STATUS deadlock section parsed
  • MongoDB: deadlock-equivalent (write conflicts) detected via currentOp
  • Lock chain visualization showing every session in the cycle
  • Per-deadlock playbook: shortest-path remediation suggestions
  • Alert webhook within 30s of detection

FAQ

How is this different from just reading the Postgres log?+

We correlate the deadlock log line with the live activity sample 1s before, so you see exactly what every session was doing — including queries from sessions not mentioned in the log line.

Related reading

· · ·

サービスと同じようにデータベースを監視する。

30 分のデモをご予約ください。フリートを一緒に設計し、最初の 30 日間のお見積りをお出しします。

デッドロック検出 for Postgres, MySQL, MongoDB & more · Obsfly