Files
gab-social/config/elastic_apm.yml
mgabdev f7fc626c3a Added elastic-apm gem and its config file
• Added:
- elastic-apm gem and its config file elastic_apm.yml
2020-10-13 10:09:18 -05:00

11 lines
371 B
YAML

# config/elastic_apm.yml:
# Set service name - allowed characters: a-z, A-Z, 0-9, -, _ and space
# Defaults to the name of your Rails app
service_name: <%= ENV['ES_APM_SERVICE_NAME'] %>
# Use if APM Server requires a token
secret_token: <%= ENV['ES_APM_SECRET_TOKEN'] %>
# Set custom APM Server URL (default: http://localhost:8200)
server_url: <%= ENV['ES_APM_URL'] %>