The CodeIgniter package automatically instruments a CodeIgniter application and records performance metrics related to HTTP requests, database queries, jobs, commands, and more. It provides a simple API that allows you to monitor any code block within your application.
The package wraps your application's execution cycles to measure their duration and collect metadata such as database statements and HTTP-related information (URL, parameters, headers, etc.).
These events, referred to as Transactions and Segments, are sent to our ingestion API, where they are processed and stored. This enables you to gain insights into latency issues and identify the causes of errors within your application.
It takes less than a minutes to setup your first monitoring.