Customize instrumentation in PHP agent

How to customize instrumentation in PHP agent?

By default, the following components are tracked: CASSANDRA, CURL, MSSQL, MYSQL, ORACLE, PDO, and POSTGRES. These can be individually enabled or disabled by modifying the corresponding ini directive in the zpa.ini (Linux) or php.ini (Windows).

Configuration to enable components tracking:
In the zpa.ini (Linux) or php.ini (Windows),
zpa.capture_casssandra = 1 
zpa.capture_http = 1 
zpa.capture_mssql = 1 
zpa.capture_mysql = 1 
zpa.capture_oracle = 1 
zpa.capture_pdo = 1 
zpa.capture_postgres = 1 
 
Configuration to disable components tracking:
In the zpa.ini (Linux) or php.ini (Windows),
zpa.capture_casssandra = 0 
zpa.capture_http = 0 
zpa.capture_mssql = 0 
zpa.capture_mysql = 0 
zpa.capture_oracle = 0 
zpa.capture_pdo = 0 
zpa.capture_postgres = 0 
    • Related Articles

    • How to identify and resolve conflicts between other APM products and the APM Insight .NET agent

      Problem statement: You are experiencing either of the below issues and suspect that another APM product is interfering with the Site24x7 .NET agent. 1. The .NET monitor is not created under APM > APM Insight > Applications, even after the .NET agent ...
    • FAQ on Custom Roles

      What is the Created permission and what does it allow users to do? The Created permission is a specific type of access control that permits users to perform actions such as View, Write, or Delete solely on the modules, like dashboard, that they have ...
    • APM Insight integration for Next.js in Kubernetes

      To integrate the Site24x7 APM Insight Next.js agent into your Kubernetes application using initContainers with the prebuilt agent image, follow the steps below: Prerequisites A Next.js application container image The Site24x7 APM Insight license key ...
    • Bundled .NET and .NET Core agents in a single MSI

      In APM Insight .NET agent version 6.8.0, the .NET and .NET Core agents have been bundled into a single MSI, enabling unified monitoring of both application types. Upgrade requirements for .NET Core agent 6.7 and below If you're using .NET Core agent ...
    • How to uninstall the Site24x7 Windows Server Monitoring Agent

      Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as an ...