CodeIgniter
Code Execution Monitoring for CodeIgniter applications.
Introduction
The package automatically instrument a CodeIgniter v4 application and records performance metrics about HTTP requests, DB queries, and Unhandled Exceptions. It also has a simple API which allows you to monitor custom code blocks in your application.
How does the library works?
The library wrap your application execution cycles to measure their duration and metadata (like the DB statements), as well as HTTP related information (like the URL, parameters, headers, etc).
These events, called Transactions and Segments, are sent to the ingestion API where they will be processed and stored to provides you with insights into latency issues and error culprits within your application.
Links
Website: https://www.inspector.dev
GitHub repository: https://github.com/inspector-apm/inspector-codeigniter
Last updated