Skip to content

Instantly share code, notes, and snippets.

@jvkassi
Last active January 28, 2023 16:10
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 jvkassi/2b43be97533651ffb6b6e7882aac4354 to your computer and use it in GitHub Desktop.
Save jvkassi/2b43be97533651ffb6b6e7882aac4354 to your computer and use it in GitHub Desktop.
[elastic]
elastic_apm.enabled = true
;elastic_apm.api_key = "REPLACE_WITH_API_KEY"
elastic_apm.environment = "R_ENVIRONNEMENT"
elastic_apm.log_level = "INFO"
elastic_apm.log_level_stderr = "INFO"
elastic_apm.secret_token = ""
elastic_apm.server_timeout = "3s"
elastic_apm.server_url = "http://apm-server:8200"
elastic_apm.service_name = "php"
elastc_apm.capture_body = "all"
elastic_apm.transaction_sample_rate = "0.5"
;elastic_apm.service_version = "1.0"
;elastic_apm.transaction_max_spans = 500
;elastic_apm.transaction_sample_rate = 1.0
;elastic_apm.verify_server_cert = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment