Merge pull request #8688 from kleph/doc_apm_env_var
chore(env): add ELASTIC_APM_* environment variable to env.example.optional file
This commit is contained in:
commit
120e13f9ba
1 changed files with 7 additions and 0 deletions
|
@ -168,3 +168,10 @@ SIB_WEBHOOK_URL=""
|
|||
|
||||
# ServicesPublics+ tracking url shown to user when dossier is terminated.
|
||||
SERVICES_PUBLICS_PLUS_URL=""
|
||||
|
||||
# Elasticsearch APM
|
||||
# send application logs to elasticsearch APM component via elastic-apm gem
|
||||
# see https://www.elastic.co/guide/en/apm/agent/ruby/current/configuration.html for more configuration options and vars
|
||||
ELASTIC_APM_ENABLED="" # disabled by default, set to "true" to enable
|
||||
ELASTIC_APM_SERVER_URL="http://192.168.0.1:8200" # elasticsearch APM endpoint URL
|
||||
|
||||
|
|
Loading…
Reference in a new issue