Transaction monitoring
5.3 · Lesson

Transaction monitoring

So far you've learned how to monitor query rates and latency at the database level. To understand what's happening inside your database, you need to go deeper—every query executes within a Full definition for transaction (opens in a new tab)A unit of work that either succeeds in full or leaves no trace., and monitoring transaction Full definition for pattern (opens in a new tab)A graph structure written in Cypher, such as a node joined to another node by a relationship. reveals connection leaks and application bugs that query metrics alone can't detect.

In this lesson, you will learn how to monitor active transactions, transaction rates, and identify transaction problems.