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:
kleph 2023-02-28 09:39:17 +00:00 committed by GitHub
commit 120e13f9ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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