27 Apr 2018 04:02 PM - last edited on 09 Dec 2021 09:56 AM by MaciejNeumann
Hi All I've just got a few queries about Dynatrace managed and PHP.
1.) How do we see information for the execution of PHP from the command line?
2.) Are there any dynatrace commands exposed to PHP that developers can use to inject more information into the monitoring of an app?
Solved! Go to Solution.
23 Jan 2019 10:59 AM
Hi,
1)Basically PHP_CLI is not supported but you can see command line on the process screen
2) it is fully automatic, so most common php extension like curl,pdo are monitored by default.If you want to monitor your own php class or function ,you can define something which we called custom service.
Regards
23 Jan 2019 12:03 PM
Actually php CLI is supported but CLI instrumentation is disabled by default because of some known issues:
https://www.dynatrace.com/support/help/shortlink/p...
Sebastian