How to disable php tracer datadog (ddtrace, datadog-profiling, ddappsec) in ubuntu

Subscribers:
4,970
Published on ● Video Link: https://www.youtube.com/watch?v=TcOyF3_7XNw



Category:
Guide
Duration: 1:21
135 views
0


how to disable php tracer datadog (Zend module)

$ php -m
[Zend Modules]
datadog-profiling
ddappsec
ddtrace

$ sudo vi /etc/php/7.2/cli/conf.d/98-ddtrace.ini

comment these lines:
;extension = ddtrace.so
;extension = datadog-profiling.so
;extension = ddappsec.so




Other Videos By Ambar Hasbiyatmoko


2023-05-21How to fix kubernetes v1.24.0 init error - failed to pull image k8s.gcr.io not found
2023-05-08Fixing kubernetes - couldn't reconcile node routes:error listing routes: unable to find route table
2023-05-07How to fix 'easy fancybox' plugin error in wordpress - jump to top of page after closing popup
2023-04-27How to install Epson L3210 printer driver in ubuntu 22.04
2023-04-18[Ubuntu 22.04] How to fix VLC error: your input can't be opened: VLC is unable open the MRL file.
2023-04-17How to fix: Bad magic number in super block while trying to open /dev/xvdf Couldn't find valid file
2023-03-23How to fix nginx "file not found" when running php-fpm in alpine image docker
2023-03-19fixing winbox - router does not supporrt secure connection, please enable Legacy Mode if you want
2023-02-05Membuat website (blog) dari 0 full ngoding - #part 5 (final) Beli domain, hosting, upload sourcecode
2023-01-28Membuat website (blog) dari 0 full ngoding - #part 4 Login dan pagination
2023-01-21How to disable php tracer datadog (ddtrace, datadog-profiling, ddappsec) in ubuntu
2023-01-20How to fix kenjis ci-phpunit-test error in Codeigniter 3 - Composer\InstalledVersions not found
2023-01-18How to fix kenjis ci-phpunit-test error in codeigniter 3 - strpos(): empty needle php
2023-01-07Fixing flutter doctor - android studio not installed, unable locate SDK, cmdline-tools is missing
2023-01-04Fix php-fpm: unable to bind listening socket for address php7.2-fpm sock: No such file or directory
2023-01-02How to fix flutter: Chrome - develop for the web (cannot find chrome executable at google-chrome)
2022-12-23Membuat website (blog) dari 0 full ngoding - #part 3 mengimport text editor Tinymce ke dlm dashboard
2022-12-09Membuat website (blog) dari 0 full ngoding - #part 2 membuat halaman dashboard dengan php dan mysql
2022-12-09How to uninstall aws codedeploy agent from ubuntu 18.04
2022-12-05How to install the latest version of aws codedeploy agent in ubuntu 18.04
2022-12-04Membuat website (blog) dari 0 full ngoding - #part 1 membuat template menggunakan html dan css



Tags:
datadog
zend module
php tracer
ddtrace
datadog agent
remove
disable
module
extension
php
cli
terminal
profiling
tracer
linux
ubuntu