Created
July 10, 2020 18:59
-
-
Save ssi-anik/afde67e523ea3832d87980486b4bb74a to your computer and use it in GitHub Desktop.
PHP Elastic APM ini file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extension=elastic_apm.so | |
elastic_apm.bootstrap_php_part_file=/home/apm-agent/apm/src/bootstrap_php_part.php | |
elastic_apm.enabled=true | |
elastic_apm.server_url="http://docker.for.mac.localhost:8200" | |
; elastic_apm.secret_token= | |
elastic_apm.service_name="PHP APM Test Service" | |
; service_version= ${git rev-parse HEAD} | |
elastic_apm.log_level=DEBUG | |
; Available Log levels | |
; OFF | CRITICAL | ERROR | WARNING | NOTICE | INFO | DEBUG | TRACE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment