Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 497 Bytes

split-instrumentation.md

File metadata and controls

9 lines (6 loc) · 497 Bytes

Configurable main/replica split instrumentation

All calls to the database goes through DatabaseCall. By default DualConnection forwards all the calls. It can be used to log queries, gather metrics or to handle exceptions.

Split

Every database operation on database will go through DatabaseCall#call.