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?
Answer by Sebastian K. ·
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
Answer by Przemyslaw P. ·
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
JANUARY 15, 3:00 PM GMT / 10:00 AM ET