The Netuitive PHP Client is a library that will allow a StatsD server to interface with your PHP application and create metrics to help monitor the performance of the application. It is designed to work with the Netuitive Agent and the Netuitive StatsD server.
For more information on monitoring your PHP applications with Netuitive, see our help docs, or contact Netuitive support at support@netuitive.com.
-
Download the client library.
-
Place the library in the same location as your PHP application(s).
-
Require the Netuitive PHP Client library.
include 'StatsD_Client.php';