Skip to content

Instantly share code, notes, and snippets.

@ssi-anik
Created July 10, 2020 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssi-anik/afde67e523ea3832d87980486b4bb74a to your computer and use it in GitHub Desktop.
Save ssi-anik/afde67e523ea3832d87980486b4bb74a to your computer and use it in GitHub Desktop.
PHP Elastic APM ini file
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