27 Apr 2018
08:02 AM
- last edited on
09 Dec 2021
01: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.
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
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
Featured Posts